parent
8d72f8a705
commit
d3615b1780
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const UsersInRoleTab = () => {
|
|||
first: first!,
|
||||
max: max!,
|
||||
});
|
||||
return usersWithRole;
|
||||
return usersWithRole || [];
|
||||
};
|
||||
|
||||
const { enabled } = useContext(HelpContext);
|
||||
|
|
Loading…
Reference in a new issue