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 f3b2d22 + 176471a commit beaabfaCopy full SHA for beaabfa
src/views/email-exchange/administration/EditMailboxPermissions.js
@@ -859,7 +859,7 @@ const OutOfOffice = () => {
859
return (
860
<CForm onSubmit={handleSubmit}>
861
<CRow>
862
- <CCol className="mb-3">
+ <CCol>
863
<RFFCFormSwitch name="AutoReplyState" label="Auto Reply State" />
864
</CCol>
865
</CRow>
@@ -888,7 +888,7 @@ const OutOfOffice = () => {
888
889
890
891
892
<RFFCFormInput
893
type="text"
894
name="InternalMessage"
@@ -898,7 +898,7 @@ const OutOfOffice = () => {
898
899
900
901
902
903
904
name="ExternalMessage"
0 commit comments