Merge pull request #23347 from st3iny/enhancement/19526/new-share-pending-confirm-button
This commit is contained in:
commit
404785dd2b
|
@ -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