This commit is contained in:
rizky 2024-07-25 00:12:32 -07:00
parent c0d2965c85
commit 1a65145ab7
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(
id_site,
typeof depth === "undefined" ? 3 : depth,
typeof depth === "undefined" ? 4 : depth,
{},
gen_table
);