fix missing trash x off icon (#12699)

## Context
Icon does not exist in tabler-icon it seems, had to create a new one
manually.

Also added a reload current user when roles are updated to update the
state accordingly

<img width="419" alt="Screenshot 2025-06-18 at 13 06 23"
src="https://github.com/user-attachments/assets/2667883e-c392-4f68-bc04-7471b9bdd6fd"
/>
This commit is contained in:
Weiko
2025-06-18 13:32:18 +02:00
committed by GitHub
parent 9612a4928d
commit d98f5a241f
7 changed files with 32 additions and 3 deletions
@@ -32,7 +32,7 @@ export const SettingsRoleCreateEffect = ({
const newRole = {
id: roleId,
label: t`Role name`,
label: t`Untitled role`,
description: '',
icon: 'IconUser',
canUpdateAllSettings: true,