Skip to content
Snippets Groups Projects
Unverified Commit a46c3297 authored by Richard Steinmetz's avatar Richard Steinmetz Committed by Roeland Jago Douma
Browse files

Add confirm button in new link share pending expire/password menu

parent ecbe8cb4
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,9 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment