diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-06 08:04:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 08:04:07 +0100 |
commit | 404785dd2bbddc644fd2064f83160904f770fc0d (patch) | |
tree | a9871b5ec7a188cab5cd58a581f217ea4d3a4423 /apps/files_sharing/src/components/SharingEntryLink.vue | |
parent | 08c9b0e58a68ca6a27e7fdcd9d134f641b253d15 (diff) | |
parent | a46c3297345e7b86108a98c2fdeaa8934646e670 (diff) | |
download | nextcloud-server-404785dd2bbddc644fd2064f83160904f770fc0d.tar.gz nextcloud-server-404785dd2bbddc644fd2064f83160904f770fc0d.zip |
Merge pull request #23347 from st3iny/enhancement/19526/new-share-pending-confirm-button
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index cafb71e5fee..b05e8cba722 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -113,6 +113,9 @@ {{ t('files_sharing', 'Enter a date') }} </ActionInput> + <ActionButton icon="icon-checkmark" @click.prevent.stop="onNewLinkShare"> + {{ t('files_sharing', 'Create share') }} + </ActionButton> <ActionButton icon="icon-close" @click.prevent.stop="onCancel"> {{ t('files_sharing', 'Cancel') }} </ActionButton> |