Commit fab25976 by David Committed by GitHub

Merge pull request #14259 from grafana/14237-prevent-table-crash

change obj order when merging so that correct format is being used
parents 314152eb 12ba314e
......@@ -589,8 +589,8 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
const configuredQueries = [
{
...queryOptions,
...query,
...queryOptions,
},
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment