mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
graphite: do not show error for cancelled requests, fixes #9249
This commit is contained in:
parent
f8326c29f9
commit
bbe191a975
@ -184,7 +184,6 @@ export class GraphiteQueryCtrl extends QueryCtrl {
|
||||
altSegments.unshift(this.uiSegmentSrv.newSegment('*'));
|
||||
return altSegments;
|
||||
}).catch(err => {
|
||||
appEvents.emit('alert-error', ['Error', err]);
|
||||
return [];
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user