Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jun 5, 2024
1 parent d8990ed commit 19338f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/search/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function Search() {
item => item.id === currentLoadindId
)
if (!currentAnswer) return
currentAnswer.content = answer.answer_delta || ""
currentAnswer.content = answer.answer_delta || ''
currentAnswer.relevant_documents = answer.relevant_documents
currentAnswer.relevant_questions = answer.relevant_questions
currentAnswer.isLoading = isLoading
Expand Down

0 comments on commit 19338f2

Please sign in to comment.