mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Disable emitDataRequest from explore (#23926)
This commit is contained in:
@@ -18,6 +18,10 @@ export function emitDataRequestEvent(datasource: DataSourceApi) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.request.exploreMode) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.state !== LoadingState.Done && data.state !== LoadingState.Error) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user