Skip to content

Commit

Permalink
fix wrong invocation in users page
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 11, 2022
1 parent bf8b16f commit f8c8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function ManageUsers() {
};

const onUserNameChange = (value: string) => {
setQueryParams({ ...qParams, username: value });
updateQuery({ username: value });
};

const addUser = (
Expand Down

0 comments on commit f8c8e4e

Please sign in to comment.