We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81730c2 + 709b15f commit 08e306dCopy full SHA for 08e306d
src/views/email-exchange/administration/EditMailboxPermissions.jsx
@@ -953,11 +953,7 @@ const OutOfOffice = () => {
953
</CCol>
954
</CRow>
955
{postResults.isSuccess && (
956
- <CCallout color="success">
957
- {postResults.data.Results.map((result, idx) => (
958
- <li key={idx}>{result}</li>
959
- ))}
960
- </CCallout>
+ <CCallout color="success">{postResults.data?.Results}</CCallout>
961
)}
962
</CForm>
963
)
0 commit comments