Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
236233b6
Commit
236233b6
authored
Oct 07, 2019
by
Sonja Happ
Browse files
missing semicolons
parent
ca09a5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/user/users-store.js
View file @
236233b6
...
...
@@ -38,7 +38,7 @@ class UsersStore extends ArrayStore {
title
:
'
Failed to add new user
'
,
message
:
action
.
error
.
response
.
body
.
message
,
level
:
'
error
'
}
}
;
NotificationsDataManager
.
addNotification
(
USER_ADD_ERROR_NOTIFICATION
);
}
...
...
@@ -51,7 +51,7 @@ class UsersStore extends ArrayStore {
title
:
'
Failed to edit user
'
,
message
:
action
.
error
.
response
.
body
.
message
,
level
:
'
error
'
}
}
;
NotificationsDataManager
.
addNotification
(
USER_EDIT_ERROR_NOTIFICATION
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment