Skip to content

Commit

Permalink
Removed wrong param
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-R-Haugland committed May 24, 2024
1 parent 0db1be4 commit 7e8e21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/assignment/AssignedUsersSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const AssignedUsersSearch = () => {
hideLabel={false}
variant="secondary"
onChange={event => setSearchString(event)}
onClear={event => {
handleClearSearchFieldString(event, setSearchParams)
onClear={() => {
handleClearSearchFieldString(setSearchParams)
}}
/>
</Form>
Expand Down

0 comments on commit 7e8e21c

Please sign in to comment.