Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed May 9, 2024
1 parent 7845ec5 commit 5891171
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/views/email-exchange/administration/AddTenantAllowBlockList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,20 @@ const AddTenantAllowBlockList = () => {
</CRow>
<CRow>
<CCol md={4}>
<RFFCFormSelect name="listMethod" label="Block or Allow Entry" values={[
{
value: 'Block',
label: 'Block',
},
{
value: 'Allow',
label: 'Allow',
},
]} />
<RFFCFormSelect
name="listMethod"
label="Block or Allow Entry"
values={[
{
value: 'Block',
label: 'Block',
},
{
value: 'Allow',
label: 'Allow',
},
]}
/>
</CCol>
</CRow>
<CRow>
Expand Down

0 comments on commit 5891171

Please sign in to comment.