Skip to content

Commit

Permalink
IS-3091: add week number on datepicker oppfolgingsoppgave and avvent …
Browse files Browse the repository at this point in the history
…aktivitetskrav
  • Loading branch information
ingring committed Feb 14, 2025
1 parent 0360485 commit 88f1552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function logOppfolgingsgrunnSendt(oppfolgingsgrunn: Oppfolgingsgrunn) {
},
});
}

function logOppfolgingsoppgaveEdited(
oppfolgingsgrunn: Oppfolgingsgrunn,
existingOppfolgingsoppgave: OppfolgingsoppgaveResponseDTO,
Expand Down Expand Up @@ -303,7 +304,7 @@ export const OppfolgingsoppgaveModal = ({
</Alert>
)}

<DatePicker {...datepickerProps} strategy="fixed">
<DatePicker {...datepickerProps} strategy="fixed" showWeekNumber>
<DatePicker.Input {...inputProps} label={texts.datepickerLabel} />
</DatePicker>
</Modal.Body>
Expand Down
2 changes: 1 addition & 1 deletion src/sider/aktivitetskrav/vurdering/AvventFristDato.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AvventFristDato = () => {
});

return (
<DatePicker {...datepickerProps} strategy="fixed">
<DatePicker {...datepickerProps} strategy="fixed" showWeekNumber>
<DatePicker.Input
id={field.name}
{...inputProps}
Expand Down

0 comments on commit 88f1552

Please sign in to comment.