Skip to content

Commit

Permalink
Åpner kalender for datoer i 2025 (#6704)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark authored Oct 16, 2024
1 parent d742cee commit 4594680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const VurderDatoAksjonspunkt = ({ avbryt, initialValues }: Props) => {
label="Endringsdato"
defaultMonth={new Date()}
fromDate={new Date('1 Jan 2019')}
toDate={new Date('31 Dec 2024')}
toDate={new Date('31 Dec 2025')}
validate={[required]}
/>
<TextAreaField
Expand Down

0 comments on commit 4594680

Please sign in to comment.