Skip to content

Commit

Permalink
Retter opp etter endring i prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark committed Aug 13, 2024
1 parent 1506e39 commit c166a9f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ const VurderDatoAksjonspunkt = ({ avbryt, initialValues }: Props) => {
name="virkningsdato"
label="Endringsdato"
defaultMonth={new Date()}
disabledDays={{
fromDate: new Date('1 Jan 2019'),
toDate: new Date('31 Dec 2024'),
}}
fromDate={new Date('1 Jan 2019')}
toDate={new Date('31 Dec 2024')}
validate={[required]}
/>
<TextAreaField
Expand Down

0 comments on commit c166a9f

Please sign in to comment.