fix override

This commit is contained in:
rizky 2024-07-30 06:40:53 -07:00
parent 0ae6818308
commit d4f26f7c78
1 changed files with 0 additions and 5 deletions

View File

@ -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",