From d646e145122a85b2d0d0f2cf53251a7649693c5e Mon Sep 17 00:00:00 2001 From: faisolavolut Date: Mon, 10 Feb 2025 21:46:01 +0700 Subject: [PATCH] update Field.tsx --- components/form/Field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/Field.tsx b/components/form/Field.tsx index b692bfa..3edc313 100644 --- a/components/form/Field.tsx +++ b/components/form/Field.tsx @@ -12,7 +12,7 @@ import { FieldRadio } from "./field/TypeRadio"; export const Field: React.FC<{ fm: any; - label: string; + label?: string; name: string; isBetter?: boolean; onLoad?: () => Promise | any;