chore: assigner node

This commit is contained in:
Joel
2025-07-24 15:59:44 +08:00
parent 14eb5b7930
commit cf63926e16
5 changed files with 14 additions and 7 deletions

View File

@ -168,7 +168,7 @@ const FormItem: FC<Props> = ({
)
}
{ isBooleanType && (
{isBooleanType && (
<BoolInput
name={payload.label as string}
value={!!value}