From 1a65145ab77263bf9f315b0c6b020e8b1d1c54d9 Mon Sep 17 00:00:00 2001 From: rizky Date: Thu, 25 Jul 2024 00:12:32 -0700 Subject: [PATCH] fix --- gen/prop/gen_prop_fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );