Explorar o código

graphInterval needs to update after query execution, fixes #14364

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
ef08b9cd2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
       };
     });