mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(ui/users): searching for users on Users page shows incorrect roles (#9474)
This commit is contained in:
parent
7b067822bd
commit
1124ccc4ee
@ -77,7 +77,7 @@ export const UserList = () => {
|
||||
query: (query?.length && query) || undefined,
|
||||
},
|
||||
},
|
||||
fetchPolicy: (query?.length || 0) > 0 ? 'no-cache' : 'cache-first',
|
||||
fetchPolicy: 'no-cache',
|
||||
});
|
||||
|
||||
const totalUsers = usersData?.listUsers?.total || 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user