Skip to content
Snippets Groups Projects
Unverified Commit 98cc8e72 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

don't bust cache when autorefreshing a dashboard (#10608)

parent c69b092c
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,6 @@ export default (ComposedComponent: ReactClass<any>) =>
this.props.fetchDashboardCardData({
reload: true,
clear: false,
ignoreCache: true,
});
} else {
this.setState({ refreshElapsed });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment