revert one more type
This commit is contained in:
parent
7b22ac4659
commit
58d3052fd8
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export const AssociatedRolesModal = (props: AssociatedRolesModalProps) => {
|
||||||
)!.clientId!)
|
)!.clientId!)
|
||||||
);
|
);
|
||||||
|
|
||||||
return alphabetize(rolesList).filter((role: Role) => {
|
return alphabetize(rolesList).filter((role: RoleRepresentation) => {
|
||||||
return (
|
return (
|
||||||
existingAdditionalRoles.find(
|
existingAdditionalRoles.find(
|
||||||
(existing: RoleRepresentation) => existing.name === role.name
|
(existing: RoleRepresentation) => existing.name === role.name
|
||||||
|
|
Loading…
Reference in a new issue