Skip to content

Commit

Permalink
fix manager role in admin users overview (#5359)
Browse files Browse the repository at this point in the history
due to the hack the returned type has changed
stefan0xC authored Jan 7, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent ef4bff0 commit bc913d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/scripts/admin_users.js
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@ const ORG_TYPES = {
"name": "User",
"bg": "blue"
},
"3": {
"4": {
"name": "Manager",
"bg": "green"
},

0 comments on commit bc913d1

Please sign in to comment.