Skip to content

Commit

Permalink
Merge pull request #121 from phamhieu275/fix/load_name_lastest_diagram
Browse files Browse the repository at this point in the history
Load name of latest modified diagram
  • Loading branch information
1ilit committed May 19, 2024
2 parents f262880 + e30a843 commit 768c540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Workspace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 768c540

Please sign in to comment.