瀏覽代碼

graphInterval needs to update after query execution, fixes #14364

Torkel Ödegaard 7 年之前
父節點
當前提交
ef08b9cd2b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/features/explore/Explore.tsx

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

@@ -654,6 +654,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
         ...results,
         queryTransactions: nextQueryTransactions,
         showingStartPage: false,
+        graphInterval: queryOptions.intervalMs,
       };
     });