fix override
This commit is contained in:
parent
0ae6818308
commit
d4f26f7c78
|
|
@ -174,11 +174,6 @@ export const generateForm = async (
|
||||||
result = new_item;
|
result = new_item;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (result === new_item) {
|
|
||||||
// const new_mapping = mapCompItemTree(new_body);
|
|
||||||
// console.log(mapping, new_mapping);
|
|
||||||
// }
|
|
||||||
|
|
||||||
copyProps(old_item, new_item, [
|
copyProps(old_item, new_item, [
|
||||||
"placeholder",
|
"placeholder",
|
||||||
"label",
|
"label",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue