Loading web/src/constants/roles.ts +2 −2 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ export enum UserRole { SUPERADMIN = "superadmin", } export const SUPERADMIN_ROLES = [UserRole.SUPERADMIN]; export const ADMIN_ROLES = [UserRole.ADMIN]; No newline at end of file export const SUPERADMIN_ROLE = UserRole.SUPERADMIN; export const ADMIN_ROLE = UserRole.ADMIN; No newline at end of file Loading
web/src/constants/roles.ts +2 −2 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ export enum UserRole { SUPERADMIN = "superadmin", } export const SUPERADMIN_ROLES = [UserRole.SUPERADMIN]; export const ADMIN_ROLES = [UserRole.ADMIN]; No newline at end of file export const SUPERADMIN_ROLE = UserRole.SUPERADMIN; export const ADMIN_ROLE = UserRole.ADMIN; No newline at end of file