change obj order when merging so that correct format is being used
@@ -589,8 +589,8 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
const configuredQueries = [
{
- ...queryOptions,
...query,
+ ...queryOptions,
},
];