diff --git a/gen/prop/gen_prop_fields.ts b/gen/prop/gen_prop_fields.ts index 87c53f0..51584ba 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" ? 3 : depth, + typeof depth === "undefined" ? 4 : depth, {}, gen_table );