Merge pull request #121 from phamhieu275/fix/load_name_lastest_diagram

Load name of latest modified diagram
This commit is contained in:
lilit 2024-05-19 09:49:30 +03:00 committed by GitHub
commit 768c540c84
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) => { .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);