fix
This commit is contained in:
parent
5cdb3ab853
commit
ebc3e19935
|
|
@ -464,7 +464,7 @@ type IForm = { form: any; error: Record<string, string>; fm: FMLocal }
|
||||||
dir: "row",
|
dir: "row",
|
||||||
align: "top-left",
|
align: "top-left",
|
||||||
gap: 0,
|
gap: 0,
|
||||||
wrap: "flex-nowrap",
|
wrap: "flex-wrap",
|
||||||
},
|
},
|
||||||
childs: child_fields,
|
childs: child_fields,
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue