mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:06:54 +00:00
fix: some improvements
This commit is contained in:
@@ -44,7 +44,7 @@ const navigateToBaseSettings = (page: string) => {
|
||||
const activeBaseSettingsTab = computed(() => {
|
||||
if (activeSidebarTab.value !== 'settings') return ''
|
||||
const page = route.value.params.page as string
|
||||
return page ? (baseSettingsSlugToTab[page] || '') : ''
|
||||
return page ? baseSettingsSlugToTab[page] || '' : ''
|
||||
})
|
||||
|
||||
// Use injected base role for immediate permission checks; load full roles in background
|
||||
|
||||
Reference in New Issue
Block a user