graphInterval needs to update after query execution, fixes #14364

pull/14386/head
Torkel Ödegaard 7 years ago
parent 140205a783
commit ef08b9cd2b
  1. 1
      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,
};
});

Loading…
Cancel
Save