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.
1 parent c2e94b0 commit 7177175Copy full SHA for 7177175
src/views/tenant/standards/ListAppliedStandards.jsx
@@ -493,6 +493,13 @@ const ApplyNewStandard = () => {
493
label={component.label}
494
/>
495
)}
496
+ {component.type === 'boolean' && (
497
+ <RFFCFormSwitch
498
+ name={component.name}
499
+ label={component.label}
500
+ initialValue={component.default}
501
+ />
502
+ )}
503
{component.type === 'AdminRolesMultiSelect' && (
504
<RFFSelectSearch
505
multi={true}
0 commit comments