diff --git a/gen/prop/gen_prop_fields.ts b/gen/prop/gen_prop_fields.ts index 5fa83b2..6d72519 100755 --- a/gen/prop/gen_prop_fields.ts +++ b/gen/prop/gen_prop_fields.ts @@ -42,7 +42,7 @@ export const gen_prop_fields = async (gen_table: string, depth?: number) => { } return await loadSchemaLayer( id_site, - typeof depth === "undefined" ? 4 : depth, + typeof depth === "undefined" ? 5 : depth, {}, gen_table );