mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix query over live error - getQueryData should wait for centrifuge to initialize (#43880)
This commit is contained in:
@@ -143,7 +143,8 @@ export function runRequest(
|
||||
}),
|
||||
// handle errors
|
||||
catchError((err) => {
|
||||
console.error('runRequest.catchError', err);
|
||||
const errLog = typeof err === 'string' ? err : JSON.stringify(err);
|
||||
console.error('runRequest.catchError', errLog);
|
||||
return of({
|
||||
...state.panelData,
|
||||
state: LoadingState.Error,
|
||||
|
||||
Reference in New Issue
Block a user