mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
CopyShareLink.vue refactoring
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<!--Get share link-->
|
||||
<div v-if="! sendToRecipientsMenu || (sendToRecipientsMenu && isEmailSended)" class="input-wrapper copy-input">
|
||||
<label class="input-label">{{ $t('shared_form.label_share_vie_email') }}:</label>
|
||||
<CopyShareLink size="small" :item="pickedItem" />
|
||||
<CopyShareLink :item="pickedItem" />
|
||||
</div>
|
||||
|
||||
<!--Share via email-->
|
||||
|
||||
Reference in New Issue
Block a user