mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
Merge branch 'drawdb-io:main' into main
This commit is contained in:
@@ -131,6 +131,7 @@ export default function WorkSpace() {
|
|||||||
.then((d) => {
|
.then((d) => {
|
||||||
if (d) {
|
if (d) {
|
||||||
setId(d.id);
|
setId(d.id);
|
||||||
|
setTitle(d.name);
|
||||||
setTables(d.tables);
|
setTables(d.tables);
|
||||||
setRelationships(d.references);
|
setRelationships(d.references);
|
||||||
setNotes(d.notes);
|
setNotes(d.notes);
|
||||||
|
Reference in New Issue
Block a user