This commit is contained in:
Rizky 2024-03-17 15:59:19 +07:00
parent fc85ef7542
commit 7a5822433d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ export const initLoadComp = async (
if (component?.props) { if (component?.props) {
for (const [name, prop] of Object.entries(component.props)) { for (const [name, prop] of Object.entries(component.props)) {
if (prop.meta?.type === "content-element" && prop.content) { if (prop.content) {
genMeta( genMeta(
{ {
...p, ...p,