mirror of
https://github.com/drawdb-io/drawdb
synced 2024-11-23 08:02:05 +00:00
Merge branch 'drawdb-io:main' into main
This commit is contained in:
commit
b6d141d2c2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user