diff --git a/src/Frontend/src/components/configuration/UserPermissions.vue b/src/Frontend/src/components/configuration/UserPermissions.vue index 4f1eaccbe..9e9a561b8 100644 --- a/src/Frontend/src/components/configuration/UserPermissions.vue +++ b/src/Frontend/src/components/configuration/UserPermissions.vue @@ -93,7 +93,7 @@ import FAIcon from "@/components/FAIcon.vue"; import ConditionalRender from "@/components/ConditionalRender.vue"; import { useAllowedRoutes } from "@/composables/useAllowedRoutes"; -const { canCall, supported } = useAllowedRoutes(); +const { canCall, supported, roles } = useAllowedRoutes(); const rows = computed(() => groups.map((g) => ({ @@ -108,6 +108,11 @@ const rows = computed(() =>