mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where ERD throws an error if variable is added to the column. Fixes #7709
This commit is contained in:
committed by
Akshay Joshi
parent
985546fff6
commit
9ac233f244
@@ -285,8 +285,8 @@ export default class ERDCore {
|
||||
Object.values(existPort.getLinks()).forEach((link)=>{
|
||||
self.removeOneToManyLink(link);
|
||||
});
|
||||
tableNode.removePort(existPort);
|
||||
}
|
||||
tableNode.removePort(existPort);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user