mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Merge pull request #16872 from strapi/fix/settings-users-refetch-hook
Fix: Fix refetching users
This commit is contained in:
commit
4afd489aff
@ -47,7 +47,7 @@ const ListPage = () => {
|
||||
pagination,
|
||||
isError,
|
||||
isLoading,
|
||||
refetchQueries: refetchAdminUsers,
|
||||
refetch: refetchAdminUsers,
|
||||
} = useAdminUsers(qs.parse(search, { ignoreQueryPrefix: true }), {
|
||||
enabled: canRead,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user