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