Browse Source

chore(gui-v2): shared view url correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3385/head
Pranav C 2 years ago
parent
commit
336f63df7e
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/ShareView.vue

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

@ -61,7 +61,7 @@ const sharedViewUrl = computed(() => {
}
// todo: get dashboard url
return `${dashboardUrl?.value}/nc/${viewType}/${shared.value.uuid}`
return `${dashboardUrl?.value}#/nc/${viewType}/${shared.value.uuid}`
})
async function saveAllowCSVDownload() {

Loading…
Cancel
Save