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}`;
|
window.name = `d ${d.id}`;
|
||||||
} else {
|
} else {
|
||||||
window.name = "";
|
window.name = "";
|
||||||
|
if (selectedDb === "") setShowSelectDbModal(true);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user