Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feat/add-image' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Apr 16, 2024
2 parents 1382c1c + 5f34e79 commit aa9513a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const MobileInputArea: FC<IInputAreaProps> = ({
fileName: fileName,
contentType: file.type,
fileID: uploadRes.id,
downloadURL: uploadRes.downloadURL,
}
setKnowledgeFiles((prev) => {
const currentItems = [...prev]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const PCInputArea: FC<IInputAreaProps> = ({ isReceiving, onSendMessage }) => {
fileName: fileName,
contentType: file.type,
fileID: uploadRes.id,
downloadURL: uploadRes.downloadURL,
}
setKnowledgeFiles((prev) => {
const currentItems = [...prev]
Expand Down

0 comments on commit aa9513a

Please sign in to comment.