diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-01-25 15:58:10 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-02-27 15:41:35 +0100 |
commit | 76999d1626bdf6d533110fad06f1c2775738c58a (patch) | |
tree | 84fd85970d0a2af2b292f71ba62c60ea5892adc7 /apps/files_sharing/src/components/SharingEntry.vue | |
parent | 70a68e88f56c67c39f5b06d7532704bd5fe7acf3 (diff) | |
download | nextcloud-server-76999d1626bdf6d533110fad06f1c2775738c58a.tar.gz nextcloud-server-76999d1626bdf6d533110fad06f1c2775738c58a.zip |
Adapt native tooltip for new structure of NcAvatar
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index b4549112964..92527a8f14a 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -25,7 +25,7 @@ <NcAvatar class="sharing-entry__avatar" :is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER" :user="share.shareWith" - :title="share.type === SHARE_TYPES.SHARE_TYPE_USER ? share.shareWithDisplayName : ''" + :display-name="share.shareWithDisplayName" :menu-position="'left'" :url="share.shareWithAvatar" /> |