1
0
Fork 0
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:
Sonja Happ 2019-10-07 16:02:52 +02:00
parent ca09a5ee05
commit 236233b6db

View file

@ -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);
}