ErrorHandling: Error boundary for every container (#18845)

* ErrorHandling: Error boundary for every container

* Remvoe custom query editor errors
This commit is contained in:
Torkel Ödegaard
2019-09-04 13:59:30 +02:00
committed by GitHub
parent b0237c6b7e
commit 490a1d6fc9
8 changed files with 57 additions and 64 deletions

View File

@@ -5,7 +5,7 @@ import { Unsubscribable } from 'rxjs';
// Components
import { PanelHeader } from './PanelHeader/PanelHeader';
import { ErrorBoundary } from 'app/core/components/ErrorBoundary/ErrorBoundary';
import { ErrorBoundary } from '@grafana/ui';
// Utils & Services
import { getTimeSrv, TimeSrv } from '../services/TimeSrv';