Browse Source
fix manager role in admin users overview (#5359)
due to the hack the returned type has changed
pull/5368/head
Stefan Melmuk
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/static/scripts/admin_users.js
|
|
@ -152,7 +152,7 @@ const ORG_TYPES = { |
|
|
|
"name": "User", |
|
|
|
"bg": "blue" |
|
|
|
}, |
|
|
|
"3": { |
|
|
|
"4": { |
|
|
|
"name": "Manager", |
|
|
|
"bg": "green" |
|
|
|
}, |
|
|
|