change obj order when merging so that correct format is being used

This commit is contained in:
Erik Sundell 2018-11-30 15:58:01 +01:00
parent e2e66ae608
commit 12ba314e24

View File

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