mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: attachment url in file chip (#10662)
https://github.com/user-attachments/assets/e84d94d5-876d-4c00-88be-a460f917bf3b
This commit is contained in:
@@ -62,7 +62,7 @@ const textColorClass = computed(() => {
|
|||||||
<a
|
<a
|
||||||
v-tooltip="t('CONVERSATION.DOWNLOAD')"
|
v-tooltip="t('CONVERSATION.DOWNLOAD')"
|
||||||
class="flex-shrink-0 h-9 grid place-content-center cursor-pointer text-n-slate-11"
|
class="flex-shrink-0 h-9 grid place-content-center cursor-pointer text-n-slate-11"
|
||||||
:href="url"
|
:href="attachment.dataUrl"
|
||||||
rel="noreferrer noopener nofollow"
|
rel="noreferrer noopener nofollow"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user