Skip to content

Commit

Permalink
defaultValue to current month
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhelgason committed Nov 19, 2024
1 parent 921f672 commit 9b8432f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ export const IncomePlanForm: Form = buildForm({
title: socialInsuranceAdministrationMessage.period.month,
width: 'half',
options: MONTHS,
defaultValue: 'January',
defaultValue: MONTHS[new Date().getMonth()].value,
}),
buildCustomField({
id: 'temporaryCalculationTable',
Expand Down

0 comments on commit 9b8432f

Please sign in to comment.