Skip to content
Snippets Groups Projects
Commit c7fd5165 authored by ALGLAVE Ivan's avatar ALGLAVE Ivan
Browse files

fix admin role value

parent ac2e87da
No related branches found
No related tags found
1 merge request!14Added the ability to import multiple people at once using JSON format.
......@@ -22,7 +22,7 @@ export const roleValue = (role: string): number => {
case ROLE_RESPONSIBLE:
return 2;
case ROLE_ADMIN:
return 9999;
return -9999;
default:
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment