mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:53:19 +08:00
datasource: do not send raw-range to server (#68601)
This commit is contained in:
@ -187,7 +187,6 @@ class DataSourceWithBackend<
|
||||
const body: any = { queries };
|
||||
|
||||
if (range) {
|
||||
body.range = range;
|
||||
body.from = range.from.valueOf().toString();
|
||||
body.to = range.to.valueOf().toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user