mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:17:06 +00:00
refactor: ws page
This commit is contained in:
@@ -22,7 +22,7 @@ export const useBackToBase = () => {
|
||||
// Show on base settings full-page mode (even though technically on a base page)
|
||||
if (isBaseSettingsFullPage.value) return !!lastVisitedBase.value
|
||||
|
||||
return !isOnBasePage.value && !hideMiniSidebar.value && !!lastVisitedBase.value
|
||||
return !isOnBasePage.value && !!lastVisitedBase.value
|
||||
})
|
||||
|
||||
const navigateToBase = () => {
|
||||
|
||||
Reference in New Issue
Block a user