update Field.tsx
This commit is contained in:
parent
59adf3e5d2
commit
d646e14512
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue