Browse Source

test: cy-marker for shared view header

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3355/head
Raju Udava 2 years ago
parent
commit
3dcb7d6fd7
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue

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

@ -60,7 +60,7 @@ const sharedViewUrl = (view: SharedViewType) => {
default:
viewType = 'view'
}
return `/nc/${viewType}/${view.uuid}`
return `nc/${viewType}/${view.uuid}`
}
const renderAllowCSVDownload = (view: SharedViewType) => {

Loading…
Cancel
Save