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

Explore: graphInterval needs to update after query execution
This commit is contained in:
Torkel Ödegaard
2018-12-07 13:21:43 +01:00
committed by GitHub

View File

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