mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
turned off loading in confirmation page (#3973)
This commit is contained in:
parent
421a0b865e
commit
0471b72fc4
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ class ConfirmationPage extends React.Component {
|
|||
|
||||
componentDidMount() {
|
||||
if (this.single_organization) {
|
||||
this.setState({ isGettingConfigs: false });
|
||||
return;
|
||||
}
|
||||
authenticationService.deleteLoginOrganizationId();
|
||||
|
|
|
|||
Loading…
Reference in a new issue