Skip to content

Commit d4541e2

Browse files
fix: Fix the issue of uploading and deleting other files
1 parent 5e7e91c commit d4541e2

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/ai-chat/component/chat-input-operate

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</div>
8181
</div>
8282
<div
83-
@click="deleteFile(index, 'document')"
83+
@click="deleteFile(index, 'other')"
8484
class="delete-icon color-secondary"
8585
v-if="showDelete === item.url"
8686
>

0 commit comments

Comments
 (0)