Changes to some models and data coming from API
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
export enum RoleEnum {
|
||||
OrganizationUser = 'OrganizationUser', // Default role
|
||||
ReportAndPlanning = 'ReportAndPlanning',
|
||||
ReceiveDeltagare = 'ReceiveDeltagare',
|
||||
AuthAdmin = 'AuthAdmin',
|
||||
ContactPerson = 'ContactPerson',
|
||||
MSFA_AuthAdmin = 'MSFA_AuthAdmin',
|
||||
MSFA_ReceiveDeltagare = 'MSFA_ReceiveDeltagare',
|
||||
MSFA_ReportAndPlanning = 'MSFA_ReportAndPlanning',
|
||||
MSFA_Standard = 'MSFA_Standard', // Default role
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user