diff --git a/grafana-plugin/src/pages/integrations/Integrations.tsx b/grafana-plugin/src/pages/integrations/Integrations.tsx index 26197e02..20dc0ca6 100644 --- a/grafana-plugin/src/pages/integrations/Integrations.tsx +++ b/grafana-plugin/src/pages/integrations/Integrations.tsx @@ -56,7 +56,7 @@ class Integrations extends React.Component private alertReceiveChannelTimerId: ReturnType; async componentDidMount() { - this.isMounted = false; + this.isMounted = true; this.update().then(() => this.parseQueryParams(true)); }