mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Disable emitDataRequest from explore (#23926)
This commit is contained in:
parent
1a0c1a39e4
commit
9f04f8001f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user