fixed role handling for employees

This commit is contained in:
2025-10-20 11:27:06 +02:00
parent ec28c061a0
commit 3c4fbc0798
18 changed files with 640 additions and 318 deletions

View File

@@ -319,7 +319,7 @@ const Settings: React.FC = () => {
</label>
<input
type="text"
value={currentUser.role}
value={currentUser.roles}
disabled
style={styles.fieldInputDisabled}
/>