Procházet zdrojové kódy

graphInterval needs to update after query execution, fixes #14364

Torkel Ödegaard před 7 roky
rodič
revize
ef08b9cd2b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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,
       };
     });