Add confirm button in new link share pending expire/password menu

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2020-10-11 13:08:59 +02:00 committed by Roeland Jago Douma
parent ecbe8cb4c9
commit a46c329734
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 0 deletions

View File

@ -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>