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 weeks ago
committed by GitHub
parent
commit
bc913d1156
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/static/scripts/admin_users.js

2
src/static/scripts/admin_users.js

@ -152,7 +152,7 @@ const ORG_TYPES = {
"name": "User", "name": "User",
"bg": "blue" "bg": "blue"
}, },
"3": { "4": {
"name": "Manager", "name": "Manager",
"bg": "green" "bg": "green"
}, },

Loading…
Cancel
Save