aws/graph-explorer
Vedi su GitHubRestoring previous graph leaves restore button present
Open
#959 aperta il 5 giu 2025
good first issuequery editor
Metriche repository
- Star
- (456 star)
- Metriche merge PR
- (Merge medio 3g 9h) (41 PR mergiate in 30 g)
Descrizione
Steps to reproduce
- Add a node to the database using query editor
g.addV() - Add new nodes to graph visualization
- Drop new node from database
g.V('{id}').drop() - Refresh browser
- Click restore previous graph button
Expected results
No nodes should be added to the graph, but the restore button should disappear. Also, a warning/soft error should be shown letting the user know that a node could not be found.