diff --git a/comps/form/field/Field.tsx b/comps/form/field/Field.tsx index 2b2c97a..b169d84 100755 --- a/comps/form/field/Field.tsx +++ b/comps/form/field/Field.tsx @@ -101,7 +101,7 @@ export const Field: FC = (arg) => { )} ref={typeof arg.field_ref === "function" ? arg.field_ref : undefined} > - {showlabel !== "n" &&