remove console.log
This commit is contained in:
parent
e06490e967
commit
ead75b7f42
|
|
@ -187,8 +187,6 @@ export const devItem = (
|
||||||
item[k] = v;
|
item[k] = v;
|
||||||
}
|
}
|
||||||
} else if (c.type === "child" && Array.isArray(c.childs)) {
|
} else if (c.type === "child" && Array.isArray(c.childs)) {
|
||||||
console.log("faisol", c.childs);
|
|
||||||
|
|
||||||
if (item.component?.id) {
|
if (item.component?.id) {
|
||||||
if (!item.component.props) {
|
if (!item.component.props) {
|
||||||
item.component.props = {};
|
item.component.props = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue