diff --git a/src/views/tenant/standards/ListAppliedStandards.jsx b/src/views/tenant/standards/ListAppliedStandards.jsx index ba5c10a14601..19a45bc0b089 100644 --- a/src/views/tenant/standards/ListAppliedStandards.jsx +++ b/src/views/tenant/standards/ListAppliedStandards.jsx @@ -491,6 +491,7 @@ const ApplyNewStandard = () => { className="mb-3" name={component.name} label={component.label} + hiddenValue={component.default ?? 0} /> )} {component.type === 'boolean' && (