From bc913d1156ad52e9cf17afd4f793dbf8c9313a5c Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:47:37 +0100 Subject: [PATCH] fix manager role in admin users overview (#5359) due to the hack the returned type has changed --- src/static/scripts/admin_users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/scripts/admin_users.js b/src/static/scripts/admin_users.js index c246252156..54fdedf272 100644 --- a/src/static/scripts/admin_users.js +++ b/src/static/scripts/admin_users.js @@ -152,7 +152,7 @@ const ORG_TYPES = { "name": "User", "bg": "blue" }, - "3": { + "4": { "name": "Manager", "bg": "green" },