fix: Clicking on the web Q&A of the knowledge source did not redirect to the corresponding link (#3569)
parent
1a2a02b808
commit
827c06c03f
|
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-8" v-else>
|
<div class="ml-8" v-else>
|
||||||
<a
|
<a
|
||||||
:href="getFileUrl(item?.meta?.source_file_id || item?.source_url)"
|
:href="getFileUrl(item?.meta?.source_file_id) || item?.meta?.source_url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="ellipsis-1"
|
class="ellipsis-1"
|
||||||
:title="item?.document_name?.trim()"
|
:title="item?.document_name?.trim()"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue