doc: add missing LoadingState.Streaming (#37903) (#37908)

The final query is missing this and does not work without it.

(cherry picked from commit 5c69f899b5)

Co-authored-by: Teppo Kurki <teppo.kurki@iki.fi>
This commit is contained in:
Grot (@grafanabot)
2021-08-14 10:06:28 -04:00
committed by GitHub
parent cea45e4f90
commit 07e9b15579
@@ -120,6 +120,7 @@ query(options: DataQueryRequest<MyQuery>): Observable<DataQueryResponse> {
subscriber.next({
data: [frame],
key: query.refId,
state: LoadingState.Streaming,
});
}, 100);