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<{
|
export const Field: React.FC<{
|
||||||
fm: any;
|
fm: any;
|
||||||
label: string;
|
label?: string;
|
||||||
name: string;
|
name: string;
|
||||||
isBetter?: boolean;
|
isBetter?: boolean;
|
||||||
onLoad?: () => Promise<any> | any;
|
onLoad?: () => Promise<any> | any;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue