mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +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
|
@ -32,7 +32,6 @@ export default Controller.extend(Notifier, {
|
|||
b.set('externalSource', meta.get('externalSource'));
|
||||
|
||||
this.get('sectionSvc').updateBlock(b).then(() => {
|
||||
this.notifySuccess('Saved');
|
||||
this.get('router').transitionTo('folder.settings', {queryParams: {tab: 'blocks'}});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue