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:
parent
00ae375ecf
commit
8e12397537
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue