Skip to content

Commit

Permalink
Revert "fjern role group"
Browse files Browse the repository at this point in the history
This reverts commit 6e31281.
  • Loading branch information
kenglxn committed Nov 25, 2024
1 parent 6e31281 commit 9fe93df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Enheter/EnheterMedUnderenheter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const EnhetMedUnderenheter = ({
);
return (
<>
<div className={styles.enhet}>
<div className={styles.enhet} role="group">
<Accordion.Item open={organisasjon.ekspandert}>
<Accordion.Header
tabIndex={tvingTabbable || underenhetErValgt ? 0 : -1}
Expand Down

0 comments on commit 9fe93df

Please sign in to comment.