Skip to content

Commit

Permalink
✨ Kan filtrere på 'Mangler IM'
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Dec 12, 2024
1 parent c813bf1 commit f8f17b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/oversikt/table/state/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ const filters = [
status: FilterStatus.OFF,
column: Oppgaveoversiktkolonne.EGENSKAPER,
},
{
key: Egenskap.ManglerIm,
label: 'Mangler IM',
status: FilterStatus.OFF,
column: Oppgaveoversiktkolonne.EGENSKAPER,
},
{
key: Egenskap.Medlemskap,
label: 'Medlemskap',
Expand Down

0 comments on commit f8f17b0

Please sign in to comment.