mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 06:17:06 +00:00
fix: oss erd test
This commit is contained in:
@@ -523,16 +523,8 @@ watch(
|
||||
},
|
||||
)
|
||||
|
||||
const { navigateToProject } = useGlobal()
|
||||
|
||||
const openBaseSettings = async (baseId: string) => {
|
||||
navigateToProject({
|
||||
baseId,
|
||||
query: {
|
||||
page: 'base-settings',
|
||||
tab: 'visibility',
|
||||
},
|
||||
})
|
||||
await navigateTo(`/nc/${baseId}?page=base-settings&tab=visibility`)
|
||||
}
|
||||
|
||||
const showNodeTooltip = ref(true)
|
||||
|
||||
Reference in New Issue
Block a user