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