fix manager role in admin users overview (#5359)

due to the hack the returned type has changed
This commit is contained in:
Stefan Melmuk
2025-01-07 12:47:37 +01:00
committed by GitHub
parent ef4bff09eb
commit bc913d1156

View File

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