mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Fix: load name of lastest modified diagram
This commit is contained in:
@@ -131,6 +131,7 @@ export default function WorkSpace() {
|
||||
.then((d) => {
|
||||
if (d) {
|
||||
setId(d.id);
|
||||
setTitle(d.name);
|
||||
setTables(d.tables);
|
||||
setRelationships(d.references);
|
||||
setNotes(d.notes);
|
||||
|
Reference in New Issue
Block a user