Sort client roles based on clientId and role name (#3672)
This commit is contained in:
parent
db1ea6b70c
commit
272d70ec2c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const AddRoleMappingModal = ({
|
|||
role: { id: e.id, name: e.role, description: e.description },
|
||||
id: e.id,
|
||||
})),
|
||||
compareRow
|
||||
({ client: { clientId }, role: { name } }) => `${clientId}${name}`
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue