Skip to content

Commit 0a80a28

Browse files
add title to asset names in model browser (#6338)
Show full title when hovering the text. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6338-add-title-to-asset-names-in-model-browser-29a6d73d36508106a1d5ce9c09007b78) by [Unito](https://www.unito.io)
1 parent efed934 commit 0a80a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/assets/components/AssetCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'dark-theme:text-white'
3232
)
3333
"
34+
:title="asset.name"
3435
>
3536
{{ asset.name }}
3637
</h3>

0 commit comments

Comments
 (0)