Skip to content

Commit

Permalink
Added Switch to standard lists
Browse files Browse the repository at this point in the history
* Added Switch to standard lists
* Fix spacing
  • Loading branch information
GreenChiip authored and OfficialEsco committed Mar 22, 2024
1 parent c2e94b0 commit 7177175
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 7177175

Please sign in to comment.