graphInterval needs to update after query execution, fixes #14364

This commit is contained in:
Torkel Ödegaard 2018-12-07 13:07:08 +01:00
parent 140205a783
commit ef08b9cd2b

View File

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