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:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user