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