Skip to content

Commit

Permalink
maybe should remove continuous query's cur's ques?
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Jan 8, 2024
1 parent 13125a2 commit d70264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Store/ReqStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class reqStore {
if (this.isLoading) return
this.resetCore()
this.isLoading = true
this.currentQuestion = question
// this.currentQuestion = question
const fresp = fetch(continueAPI, {
method: 'POST',
headers: {
Expand Down

0 comments on commit d70264d

Please sign in to comment.