diff --git a/gui/app/components/toolbar/nav-bar.js b/gui/app/components/toolbar/nav-bar.js index 9ae55abf..1c2fcaf4 100644 --- a/gui/app/components/toolbar/nav-bar.js +++ b/gui/app/components/toolbar/nav-bar.js @@ -54,6 +54,7 @@ export default Component.extend(ModalMixin, { type: 'GET', dataType: 'html', success: function (response) { + if (self.get('isDestroyed') || self.get('isDestroying')) return; self.set('newsContent', response); } });