Skip to content

Commit 479ebbb

Browse files
committed
Added default value support to standards number type
1 parent 3a4439d commit 479ebbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/tenant/standards/ListAppliedStandards.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ const ApplyNewStandard = () => {
491491
className="mb-3"
492492
name={component.name}
493493
label={component.label}
494+
hiddenValue={component.default ?? 0}
494495
/>
495496
)}
496497
{component.type === 'boolean' && (

0 commit comments

Comments
 (0)