Browse Source

fix: members to settings route

pull/6571/head
sreehari jayaraj 11 months ago
parent
commit
ff65cdd7f9
  1. 1
      packages/nc-gui/components/project/View.vue

1
packages/nc-gui/components/project/View.vue

@ -29,6 +29,7 @@ const baseSettingsState = ref('')
watch(
() => route.value.query?.page,
(newVal, oldVal) => {
if (route.value.name !== 'index-typeOrId-baseId-index-index') return
if (newVal && newVal !== oldVal) {
if (newVal === 'collaborator') {
projectPageTab.value = 'collaborator'

Loading…
Cancel
Save