Explore: Fix unsubscribing from Loki websocket (#19263)

This commit is contained in:
Andrej Ocenas
2019-09-23 22:48:39 +02:00
committed by GitHub
parent 9018050eca
commit 4c1bc59889
5 changed files with 44 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ import {
DataQueryResponseData,
DataQueryError,
} from '@grafana/ui';
import { LoadingState, dateMath, toDataFrame, DataFrame, guessFieldTypes } from '@grafana/data';
type MapOfResponsePackets = { [str: string]: DataQueryResponse };