]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add confirm button in new link share pending expire/password menu 23347/head
authorRichard Steinmetz <richard@steinmetz.cloud>
Sun, 11 Oct 2020 11:08:59 +0000 (13:08 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Nov 2020 14:55:39 +0000 (15:55 +0100)
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
apps/files_sharing/src/components/SharingEntryLink.vue

index 880f0d8111ad99c315dd4c409aeb28b478ecb977..682125ef836a64de48f412e7ce91ef702e70816d 100644 (file)
                                {{ 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>