Skip to content

Commit

Permalink
Merge pull request #2247 from Ren-Roros-Digital/BooleanSwitch
Browse files Browse the repository at this point in the history
Added Boolean switch to standards lists
  • Loading branch information
JohnDuprey authored Mar 22, 2024
2 parents 756c6a5 + 8514b48 commit a9ff314
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 a9ff314

Please sign in to comment.