fix(nc-gui): set forceShowBaseList to false on navigate to table

This commit is contained in:
Ramesh Mane
2025-09-01 12:05:02 +00:00
parent 32852a8e0f
commit 0e147fbab4
2 changed files with 6 additions and 0 deletions

View File

@@ -199,6 +199,10 @@ function openTableCreateDialog(sourceIndex?: number | undefined, showSourceSelec
onCloseCallback: () => {
base.value.isExpanded = true
if (forceShowBaseList.value) {
forceShowBaseList.value = false
}
if (!activeKey.value || !activeKey.value.includes(`collapse-${sourceId}`)) {
activeKey.value.push(`collapse-${sourceId}`)
}