瀏覽代碼

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

Erik Sundell 7 年之前
父節點
當前提交
12ba314e24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/explore/Explore.tsx

+ 1 - 1
public/app/features/explore/Explore.tsx

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