From a46c3297345e7b86108a98c2fdeaa8934646e670 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz <richard@steinmetz.cloud> Date: Sun, 11 Oct 2020 13:08:59 +0200 Subject: [PATCH] Add confirm button in new link share pending expire/password menu Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> --- apps/files_sharing/src/components/SharingEntryLink.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 880f0d8111a..682125ef836 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> -- GitLab