diff --git a/packages/nc-gui-v2/components/general/ShareBaseButton.vue b/packages/nc-gui-v2/components/general/ShareBaseButton.vue index 9ea4f224c0..b53892f0fb 100644 --- a/packages/nc-gui-v2/components/general/ShareBaseButton.vue +++ b/packages/nc-gui-v2/components/general/ShareBaseButton.vue @@ -14,15 +14,16 @@ const { isUIAllowed } = useUIPermission() v-if=" isUIAllowed('newUser') && route.name !== 'index' && - route.name !== 'project-index-create' && - route.name !== 'project-index-create-external' && + route.name !== 'index-index-create' && + route.name !== 'index-index-create-external' && route.name !== 'index-user-index' " @click="showUserModal = true" > -
+