Merge pull request #23347 from st3iny/enhancement/19526/new-share-pending-confirm-button

This commit is contained in:
John Molakvoæ 2020-11-06 08:04:07 +01:00 committed by GitHub
commit 404785dd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>