mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: add missing effect dependency
This commit is contained in:
@@ -72,7 +72,7 @@ export const OrgMembersSection = () => {
|
||||
search: ({ action, ...search }) => search
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
}, [urlAction]);
|
||||
|
||||
const { mutateAsync: deleteMutateAsync } = useDeleteOrgMembership();
|
||||
const { mutateAsync: deleteBatchMutateAsync } = useDeleteOrgMembershipBatch();
|
||||
|
||||
Reference in New Issue
Block a user