Skip to content

Commit 1d29190

Browse files
committed
fix: correct error handling in URL processing function
1 parent 44ff544 commit 1d29190

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ const uploadFile = async (file: any, fileList: any) => {
583583
inner.file_id = split_path[split_path.length - 1]
584584
delete filePromisionDict.value[file.uid]
585585
})
586+
showURLSetting.value = false
586587
}
587588
// 粘贴处理
588589
const handlePaste = (event: ClipboardEvent) => {

0 commit comments

Comments
 (0)