Browse Source

fix: copy URL from shared view list

Re #3478

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3484/head
mertmit 2 years ago
parent
commit
8da6ccd08e
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue

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

@ -76,7 +76,7 @@ const renderAllowCSVDownload = (view: SharedViewType) => {
}
const copyLink = (view: SharedViewType) => {
copy(`${dashboardUrl?.value as string}/${sharedViewUrl(view)}`)
copy(`${dashboardUrl?.value as string}#${sharedViewUrl(view)}`)
// Copied to clipboard
message.success(t('msg.info.copiedToClipboard'))
}

Loading…
Cancel
Save