Skip to content
Snippets Groups Projects
Commit ed7ebdb1 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: fix select profile year

parent b48b3bfa
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ const ProfileTypeFormDateSelection = ({
}
function handleSelectYear(value: string) {
setSelectedYear(parseInt(value))
setAnswer(buildISODate(value, selectedMonth.value))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment