fix(graph): Fixed the issue of incorrect handling of edges and nodes during node ID updates

This commit is contained in:
choizhang
2025-04-12 10:36:05 +08:00
parent 7e3e685763
commit ea43f3537e
6 changed files with 164 additions and 43 deletions

View File

@@ -235,6 +235,15 @@
"vectorStorage": "Vector Storage"
},
"propertiesView": {
"errors": {
"duplicateName": "Node name already exists",
"updateFailed": "Failed to update node",
"tryAgainLater": "Please try again later"
},
"success": {
"entityUpdated": "Node updated successfully",
"relationUpdated": "Relation updated successfully"
},
"node": {
"title": "Node",
"id": "ID",