Skip to content

Commit

Permalink
fix: adjusted search for modal to remove double reload gf-455 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fjortis authored Sep 23, 2024
1 parent f08b073 commit d80d5c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const ProjectGroupUsersTable = ({
mode: "onChange",
});

const { onSearch, search } = useSearch();

const { onSearch, search } = useSearch({ isSavedToUrl: false });
const { projectGroups, users, usersDataStatus, usersTotalCount } =
useAppSelector(({ projectGroups }) => projectGroups);

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d80d5c5

Please sign in to comment.