Skip to content

Commit

Permalink
Fiks tom legend tilgjengelighetsgreier
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Dec 11, 2024
1 parent 4226ab4 commit 46dd986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Saksoversikt/Saksfilter/Saksfilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const InntektsmeldingGruppe = (

return (
<CheckboxGroup
legend={null}
hideLegend
legend={'Inntektsmeldinger'}
hideLegend={true}
value={valgteInntektsmeldingtyper}
onChange={(valgte) => handleChange(valgte)}
>
Expand Down

0 comments on commit 46dd986

Please sign in to comment.