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
commit fab2597650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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