1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

Remove un-needed success alerts

This commit is contained in:
Harvey Kandola 2019-03-03 15:58:03 +00:00
parent 566807bc14
commit 24b1326c31
3 changed files with 2 additions and 4 deletions

View file

@ -25,7 +25,6 @@ export default Controller.extend(Notifier, {
onRollback(pageId, revisionId) {
this.get('documentService').rollbackPage(this.get('document.id'), pageId, revisionId).then(() => {
this.notifySuccess('Reverted to selected revision');
this.get('router').transitionTo('document.index');
});
}