mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 14:43:54 +08: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