update Field.tsx

This commit is contained in:
faisolavolut 2025-02-10 21:46:01 +07:00
parent 59adf3e5d2
commit d646e14512
1 changed files with 1 additions and 1 deletions

View File

@ -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> | any;