mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
missing semicolons
This commit is contained in:
parent
ca09a5ee05
commit
236233b6db
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue