We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d6b4 commit 18f5a17Copy full SHA for 18f5a17
apps/files_sharing/src/components/SharingEntry.vue
@@ -26,6 +26,8 @@
26
:is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER"
27
:user="share.shareWith"
28
:display-name="share.shareWithDisplayName"
29
+ :tooltip-message="share.type === SHARE_TYPES.SHARE_TYPE_USER ? share.shareWith : ''"
30
+ :menu-position="'left'"
31
:url="share.shareWithAvatar" />
32
<div v-tooltip.auto="tooltip" class="sharing-entry__desc">
33
<h5>{{ title }}</h5>
0 commit comments