Quickfix for integrations (#1532)

# What this PR does

## Which issue(s) this PR fixes

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
This commit is contained in:
Rares Mardare 2023-03-13 21:48:17 +02:00 committed by GitHub
parent 00ae375ecf
commit 8e12397537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class Integrations extends React.Component<IntegrationsProps, IntegrationsState>
private alertReceiveChannelTimerId: ReturnType<typeof setTimeout>;
async componentDidMount() {
this.isMounted = false;
this.isMounted = true;
this.update().then(() => this.parseQueryParams(true));
}