HandleRoleAliasAdded
Function: handleRoleAliasAdded()
[object Object]
Defined in: app/routes/admin/edit-group/edit-group.handlers.tsx:394
Updates the local list of role aliases when a new one is created via a modal.
Parameters
roleAlias
The newly created role alias object.
setRoleAliases
Dispatch<SetStateAction<RoleAlias[]>>
Setter to update the local list of available roles.
setAddRoleModalIsOpen
(open) => void
Setter to close the role creation modal.
Returns
[object Object]