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:
parent
566807bc14
commit
24b1326c31
3 changed files with 2 additions and 4 deletions
|
@ -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');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue