فهرست منبع

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,
       },
     ];