Commit 12ba314e by Erik Sundell

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

parent e2e66ae6
......@@ -564,8 +564,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