mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
doc: add missing LoadingState.Streaming (#37903)
The final query is missing this and does not work without it.
This commit is contained in:
parent
6d08be157f
commit
5c69f899b5
@ -120,6 +120,7 @@ query(options: DataQueryRequest<MyQuery>): Observable<DataQueryResponse> {
|
||||
subscriber.next({
|
||||
data: [frame],
|
||||
key: query.refId,
|
||||
state: LoadingState.Streaming,
|
||||
});
|
||||
}, 100);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user