This commit is contained in:
rizky 2024-07-19 01:32:47 -07:00
parent 5cdb3ab853
commit ebc3e19935
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ type IForm = { form: any; error: Record<string, string>; fm: FMLocal }
dir: "row",
align: "top-left",
gap: 0,
wrap: "flex-nowrap",
wrap: "flex-wrap",
},
childs: child_fields,
}),