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