mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 03:56:49 +00:00
fix(nc-gui): navigate to last opened base
This commit is contained in:
@@ -60,7 +60,7 @@ const openedBase = computed(() => {
|
||||
const isLoadingSidebar = computed(() => {
|
||||
const hasEmptyQueryParams = ncIsEmptyObject(route.value.params)
|
||||
|
||||
if (hasEmptyQueryParams) return false
|
||||
if (hasEmptyQueryParams) return true
|
||||
|
||||
return !isProjectsLoaded.value
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user