Skip to content

Commit

Permalink
Updated loader
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jun 22, 2024
1 parent bb85244 commit 5dd3559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/tenant/administration/GDAPInviteWizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const GDAPInviteWizard = () => {
</center>
<hr className="my-4" />
<CForm onSubmit={handleSubmit}>
<RFFCFormSwitch name="easyMode" label="Use CIPP Recommended roles and settings" />
<RFFCFormSwitch name="easyMode" label="Use CIPP recommended roles and settings" />
<Condition when="easyMode" is={true}>
<CCallout color="info">
<p>
Expand Down Expand Up @@ -349,6 +349,7 @@ const GDAPInviteWizard = () => {
</>
)}
{easyModeProgress && <CCallout color="danger">{easyModeProgress}</CCallout>}
{getResults.isFetching && <CSpinner />}
</CCol>
</CRow>
</>
Expand Down

0 comments on commit 5dd3559

Please sign in to comment.