mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix
This commit is contained in:
parent
77fd572973
commit
b626d7e4c9
@ -533,9 +533,7 @@ function getVariables(vars: TypedVariableModel[]): DashboardV2Spec['variables']
|
||||
sort: transformSortVariableToEnum(v.sort),
|
||||
query: {
|
||||
kind: v.datasource?.type || getDefaultDatasourceType(),
|
||||
spec: {
|
||||
...v.query,
|
||||
},
|
||||
spec: query,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user