We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ba19 commit ff810dbCopy full SHA for ff810db
ui/src/components/ai-chat/component/knowledge-source-component/index.vue
@@ -46,8 +46,8 @@
46
</a>
47
</div>
48
<div v-else @click="infoMessage">
49
- <span class="ellipsis-1 break-all" :title="data?.document_name?.trim()">
50
- {{ data?.document_name?.trim() }}
+ <span class="ellipsis-1 break-all" :title="item?.document_name?.trim()">
+ {{ item?.document_name?.trim() }}
51
</span>
52
53
0 commit comments