diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 044dd59d68..2ac69f5f13 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -128,6 +128,8 @@ class DashboardPage extends Component { } componentWillUnmount() { + clearInterval(this.intervalID) + this.intervalID = false window.removeEventListener('resize', this.handleWindowResize, true) this.props.handleDismissEditingAnnotation() }