increase depth to 5

This commit is contained in:
rizky 2024-07-29 00:30:58 -07:00
parent a20ae163f7
commit 9e9f76b37e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export const gen_prop_fields = async (gen_table: string, depth?: number) => {
} }
return await loadSchemaLayer( return await loadSchemaLayer(
id_site, id_site,
typeof depth === "undefined" ? 4 : depth, typeof depth === "undefined" ? 5 : depth,
{}, {},
gen_table gen_table
); );