Skip to content
Snippets Groups Projects
Commit 4d5a59e6 authored by Valentino's avatar Valentino
Browse files

Fix

parent da9eedc9
No related branches found
No related tags found
1 merge request!29Implemented roles management
......@@ -47,9 +47,9 @@ const initialAppRoles = [
];
export const initialUserForm = {
id: '',
name: '',
email: '',
id: '',
app_roles: initialAppRoles,
status: '',
};
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