From 6d409f23057c5c70958e892264b4c611cbd8a8d1 Mon Sep 17 00:00:00 2001 From: greenchiip Date: Thu, 21 Mar 2024 12:06:37 +0100 Subject: [PATCH] Added Switch to standard lists * Added Switch to standard lists * Fix spacing --- src/views/tenant/standards/ListAppliedStandards.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/tenant/standards/ListAppliedStandards.jsx b/src/views/tenant/standards/ListAppliedStandards.jsx index 61c50f1a0d99..ba5c10a14601 100644 --- a/src/views/tenant/standards/ListAppliedStandards.jsx +++ b/src/views/tenant/standards/ListAppliedStandards.jsx @@ -493,6 +493,13 @@ const ApplyNewStandard = () => { label={component.label} /> )} + {component.type === 'boolean' && ( + + )} {component.type === 'AdminRolesMultiSelect' && (