Skip to content

Commit

Permalink
Add boolean switch to standards list
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialEsco committed Mar 22, 2024
1 parent 756c6a5 commit 8514b48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/tenant/standards/ListAppliedStandards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,13 @@ const ApplyNewStandard = () => {
label={component.label}
/>
)}
{component.type === 'boolean' && (
<RFFCFormSwitch
name={component.name}
label={component.label}
initialValue={component.default}
/>
)}
{component.type === 'AdminRolesMultiSelect' && (
<RFFSelectSearch
multi={true}
Expand Down

0 comments on commit 8514b48

Please sign in to comment.