mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
graphInterval needs to update after query execution, fixes #14364
This commit is contained in:
parent
140205a783
commit
ef08b9cd2b
@ -654,6 +654,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
|
||||
...results,
|
||||
queryTransactions: nextQueryTransactions,
|
||||
showingStartPage: false,
|
||||
graphInterval: queryOptions.intervalMs,
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user