Browse Source

fix: oss erd test

pull/9879/head
DarkPhoenix2704 3 days ago
parent
commit
99da2552a7
  1. 10
      packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

10
packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

@ -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)

Loading…
Cancel
Save