refactoring: removed double error alert, backendSrv is already showing an error alert

pull/8569/head
Torkel Ödegaard 8 years ago
parent cabbfe9adc
commit 2a52e25d5b
  1. 1
      public/app/features/dashboard/history/history.ts

@ -113,7 +113,6 @@ export class HistoryListCtrl {
this.delta[this.diff] = response;
}).catch(err => {
this.mode = 'list';
this.$rootScope.appEvent('alert-error', ['There was an error fetching the diff', (err.message || err)]);
}).finally(() => { this.loading = false; });
}
}

Loading…
Cancel
Save