Skip to content

Commit

Permalink
Merge branch 'drawdb-io:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanFranz73 authored May 20, 2024
2 parents 4c64bc3 + 768c540 commit b6d141d
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 b6d141d

Please sign in to comment.