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

change obj order when merging so that correct format is being used
This commit is contained in:
David
2018-11-30 16:37:50 +01:00
committed by GitHub

View File

@@ -589,8 +589,8 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
const configuredQueries = [ const configuredQueries = [
{ {
...queryOptions,
...query, ...query,
...queryOptions,
}, },
]; ];