Skip to content

Commit

Permalink
Fjerner ubrukt change handler
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Dec 16, 2024
1 parent e44d7e3 commit 19b7bc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/oppgaveliste/filter/CheckboxFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export const CheckboxFilter = ({ options, selected }: CheckboxFilterInputProps)
// event.currentTarget?.form?.requestSubmit()
}
}}
onChange={(e) => {
// e.currentTarget?.form?.requestSubmit()
}}
//onChange={() => {
// e.currentTarget?.form?.requestSubmit()
//}}
>
{f}
</Checkbox>
Expand Down

0 comments on commit 19b7bc4

Please sign in to comment.