fix
This commit is contained in:
parent
c0d2965c85
commit
1a65145ab7
|
|
@ -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" ? 3 : depth,
|
typeof depth === "undefined" ? 4 : depth,
|
||||||
{},
|
{},
|
||||||
gen_table
|
gen_table
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue