Browse Source

fix manager role in admin users overview

due to the hack the returned type has changed
pull/5359/head
Stefan Melmuk 7 months ago
parent
commit
3f6cb61c88
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 2
      src/static/scripts/admin_users.js

2
src/static/scripts/admin_users.js

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

Loading…
Cancel
Save