neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
408 stars 135 forks source link

When saving a dashboard, add a distinction between a ‘save new’/‘overwrite’. #733

Closed nielsdejong closed 8 months ago

nielsdejong commented 9 months ago

Update the interface to identify if a dashboard with a given UUID is already present in the database. If yes, display and execute an overwrite operation. If no, display and execute a save operation.

nielsdejong commented 8 months ago

Fixed in https://github.com/neo4j-labs/neodash/pull/734