File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
apps/files_sharing/src/components Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626
2727 <!-- clipboard -->
2828 <NcActions v-if =" share && (!isEmailShareType || isFileRequest) && share.token" ref =" copyButton" class =" sharing-entry__copy" >
29- <NcActionButton :title =" copyLinkTooltip"
30- :aria-label =" copyLinkTooltip"
29+ <NcActionButton :aria-label =" copyLinkTooltip"
30+ :title =" copyLinkTooltip"
31+ :href =" shareLink"
3132 @click.prevent =" copyLink" >
3233 <template #icon >
3334 <CheckIcon v-if =" copied && copySuccess"
@@ -509,7 +510,7 @@ export default {
509510 * @return {string}
510511 */
511512 shareLink () {
512- return generateUrl (' /s/{toen }' , { token: this .share .token }, { baseURL: getBaseUrl () })
513+ return generateUrl (' /s/{token }' , { token: this .share .token }, { baseURL: getBaseUrl () })
513514 },
514515
515516 /**
You can’t perform that action at this time.
0 commit comments