mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Replace showNotificaiton() calls
This commit is contained in:
parent
9235c183c5
commit
74e9699e1e
4 changed files with 9 additions and 15 deletions
|
@ -177,7 +177,6 @@ export default Component.extend(SectionMixin, NotifierMixin, {
|
|||
}, function (error) {
|
||||
self.set('busy', false);
|
||||
self.set('authenticated', false);
|
||||
self.showNotification("Unable to fetch repositories");
|
||||
console.log(error); // eslint-disable-line no-console
|
||||
});
|
||||
},
|
||||
|
@ -202,7 +201,7 @@ export default Component.extend(SectionMixin, NotifierMixin, {
|
|||
}, function (error) {
|
||||
self.set('busy', false);
|
||||
self.set('authenticated', false);
|
||||
self.showNotification("Unable to fetch owners");
|
||||
console.log("Unable to fetch owners"); // eslint-disable-line no-console
|
||||
console.log(error); // eslint-disable-line no-console
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue