mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Add confirm button in new link share pending expire/password menu
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
ecbe8cb4c9
commit
a46c329734
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue