mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
fixed role handling for employees
This commit is contained in:
@@ -319,7 +319,7 @@ const Settings: React.FC = () => {
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
value={currentUser.role}
|
||||
value={currentUser.roles}
|
||||
disabled
|
||||
style={styles.fieldInputDisabled}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user