Skip to content

Commit

Permalink
Update MailTest.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Mar 29, 2024
1 parent e6efeeb commit 5c69db8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/email-exchange/tools/MailTest.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { CButton, CSpinner } from '@coreui/react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import React from 'react'
import { CippCallout, CippPageList } from 'src/components/layout'
import { cellBooleanFormatter, cellDateFormatter } from 'src/components/tables'
Expand Down Expand Up @@ -96,8 +97,8 @@ const MailTest = () => {
{configQuery.data?.HasMailRead == false && (
<>
Permission Check: {configQuery.data?.Message}{' '}
<CButton size="sm" onClick={() => handleConfigRetry()}>
Retry
<CButton size="sm" className="ms-2" onClick={() => handleConfigRetry()}>
{configQuery.isLoading ? <CSpinner /> : <FontAwesomeIcon icon="sync" />} Retry
</CButton>
</>
)}
Expand Down

0 comments on commit 5c69db8

Please sign in to comment.