fix(nc-gui): Fixed ERD view for non opened projects

This commit is contained in:
Muhammed Mustafa
2023-10-04 06:16:19 +00:00
parent 18ed49ab4f
commit 39f9c03ed3
5 changed files with 56 additions and 16 deletions

View File

@@ -297,6 +297,7 @@ function openErdView(source: SourceType) {
'modelValue': isOpen,
'sourceId': source!.id,
'onUpdate:modelValue': () => closeDialog(),
'baseId': base.value.id,
})
function closeDialog() {