CopyShareLink.vue refactoring

This commit is contained in:
Čarodej
2022-01-07 16:26:54 +01:00
parent 10c25cf9d5
commit a113fffbf0
4 changed files with 106 additions and 196 deletions

View File

@@ -60,7 +60,7 @@
<!--Copy generated link-->
<AppInputText v-if="isGeneratedShared" :title="$t('shared_form.label_share_vie_email')" class="px-6" :is-last="true">
<CopyShareLink size="small" :item="pickedItem" />
<CopyShareLink :item="pickedItem" />
</AppInputText>
</PopupContent>