mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:56:58 +00:00
fix(nc-gui): set forceShowBaseList to false on navigate to table
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user