Fixed an issue where ERD throws an error if variable is added to the column. Fixes #7709

This commit is contained in:
Aditya Toshniwal
2022-09-15 13:16:27 +05:30
committed by Akshay Joshi
parent 985546fff6
commit 9ac233f244
2 changed files with 2 additions and 1 deletions

View File

@@ -285,8 +285,8 @@ export default class ERDCore {
Object.values(existPort.getLinks()).forEach((link)=>{
self.removeOneToManyLink(link);
});
tableNode.removePort(existPort);
}
tableNode.removePort(existPort);
});
}