Explorar el Código

Merge pull request #14386 from grafana/explore-fix-interval-update

Explore: graphInterval needs to update after query execution
Torkel Ödegaard hace 7 años
padre
commit
a89e21c561
Se han modificado 1 ficheros con 1 adiciones y 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,
       };
     });