Skip to content

Commit

Permalink
fixed the VerificationSucess Screen loader (#9584)
Browse files Browse the repository at this point in the history
* fixed the VerificationSucess Screen loader

* added wrapper around loader

* wrapper changes

* fix for organization invite loader

---------

Co-authored-by: Anantshree Chandola <[email protected]>
Co-authored-by: gsmithun4 <[email protected]>
  • Loading branch information
3 people committed May 14, 2024
1 parent 2754e7d commit 3704140
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions frontend/src/SuccessInfoScreen/VerificationSuccessInfoScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ export const VerificationSuccessInfoScreen = function VerificationSuccessInfoScr

return (
<div>
{isGettingConfigs && (
<div className="common-auth-section-whole-wrapper page">
<div className="common-auth-section-left-wrapper">
<div className="loader-wrapper">
<ShowLoading />
</div>
</div>
</div>
)}

{showJoinWorkspace && !showOnboarding && (
<div className="page common-auth-section-whole-wrapper">
<div className="common-auth-section-left-wrapper">
Expand Down
1 change: 0 additions & 1 deletion frontend/src/_helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@ export const setWindowTitle = async (pageDetails, location) => {
'account-settings': pageTitles.ACCOUNT_SETTINGS,
settings: pageTitles.SETTINGS,
'workspace-constants': pageTitles.WORKSPACE_CONSTANTS,
invitations: '',
};
const whiteLabelText = defaultWhiteLabellingSettings.WHITE_LABEL_TEXT;
let pageTitleKey = pageDetails?.page || '';
Expand Down

0 comments on commit 3704140

Please sign in to comment.