mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 02:09:17 +00:00
Fix choose database not showing on first ever diagram
This commit is contained in:
parent
322bb6e988
commit
aecc5a134e
@ -175,6 +175,7 @@ export default function WorkSpace() {
|
||||
window.name = `d ${d.id}`;
|
||||
} else {
|
||||
window.name = "";
|
||||
if (selectedDb === "") setShowSelectDbModal(true);
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Loading…
Reference in New Issue
Block a user