Skip to content

Commit

Permalink
turned off loading in confirmation page (ToolJet#3973)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmithun4 authored Sep 8, 2022
1 parent 421a0b8 commit 0471b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ConfirmationPage/ConfirmationPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class ConfirmationPage extends React.Component {

componentDidMount() {
if (this.single_organization) {
this.setState({ isGettingConfigs: false });
return;
}
authenticationService.deleteLoginOrganizationId();
Expand Down

0 comments on commit 0471b72

Please sign in to comment.