Merge branch 'drawdb-io:main' into main

This commit is contained in:
Jean Franz
2024-05-20 09:13:14 -03:00
committed by GitHub

View File

@@ -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);