mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
cleanup
This commit is contained in:
parent
b04f251282
commit
e4c1a3c82f
1 changed files with 0 additions and 10 deletions
|
|
@ -1359,16 +1359,6 @@ const EditorComponent = (props) => {
|
|||
return appDefinition.pages[currentPageId].components[id].component.name;
|
||||
});
|
||||
|
||||
// const currentComponents = newDefinition.pages[currentPageId].components;
|
||||
|
||||
// // const newComponentDefinition = useResolveStore
|
||||
// // .getState()
|
||||
// // .actions.findAndReplaceReferences(currentComponents, deletedComponentNames);
|
||||
|
||||
// // newDefinition.pages[currentPageId].components = newComponentDefinition;
|
||||
|
||||
// console.log('---arpit:::', { deletedComponentNames, currentComponents });
|
||||
|
||||
appDefinitionChanged(newDefinition, {
|
||||
componentDefinitionChanged: true,
|
||||
componentDeleted: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue