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