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') }}
|
{{ t('files_sharing', 'Enter a date') }}
|
||||||
</ActionInput>
|
</ActionInput>
|
||||||
|
|
||||||
|
<ActionButton icon="icon-checkmark" @click.prevent.stop="onNewLinkShare">
|
||||||
|
{{ t('files_sharing', 'Create share') }}
|
||||||
|
</ActionButton>
|
||||||
<ActionButton icon="icon-close" @click.prevent.stop="onCancel">
|
<ActionButton icon="icon-close" @click.prevent.stop="onCancel">
|
||||||
{{ t('files_sharing', 'Cancel') }}
|
{{ t('files_sharing', 'Cancel') }}
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
|
|
Loading…
Reference in New Issue