Browse Source

chore(nc-gui): use path segment for survey mode

pull/3669/head
braks 2 years ago committed by Raju Udava
parent
commit
89f5b18878
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

2
packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

@ -75,7 +75,7 @@ const sharedViewUrl = computed(() => {
viewType = 'view'
}
return `${dashboardUrl?.value}#/nc/${surveyMode.value ? 'survey' : ''}${viewType}/${shared.value.uuid}`
return `${dashboardUrl?.value}#/nc/${viewType}/${shared.value.uuid}${surveyMode.value ? '/survey' : ''}`
})
async function saveAllowCSVDownload() {

Loading…
Cancel
Save