mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 08:26:58 +00:00
fix(nc-gui): Fixed ERD view for non opened projects
This commit is contained in:
@@ -297,6 +297,7 @@ function openErdView(source: SourceType) {
|
||||
'modelValue': isOpen,
|
||||
'sourceId': source!.id,
|
||||
'onUpdate:modelValue': () => closeDialog(),
|
||||
'baseId': base.value.id,
|
||||
})
|
||||
|
||||
function closeDialog() {
|
||||
|
||||
Reference in New Issue
Block a user