Browse Source

Merge pull request #6571 from nocodb/nc-fix/route

fix: members to settings route
pull/6574/head
Sreehari jayaraj 11 months ago committed by GitHub
parent
commit
4341c61de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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