mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change obj order when merging so that correct format is being used
This commit is contained in:
parent
e2e66ae608
commit
12ba314e24
@ -564,8 +564,8 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
|
||||
|
||||
const configuredQueries = [
|
||||
{
|
||||
...queryOptions,
|
||||
...query,
|
||||
...queryOptions,
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user