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
commit b6d141d2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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