Fix choose database not showing on first ever diagram

This commit is contained in:
1ilit 2024-07-08 01:42:48 +03:00
parent 322bb6e988
commit aecc5a134e

View File

@ -175,6 +175,7 @@ export default function WorkSpace() {
window.name = `d ${d.id}`;
} else {
window.name = "";
if (selectedDb === "") setShowSelectDbModal(true);
}
})
.catch((error) => {