Skip to content

Commit

Permalink
fix: keep message status
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 committed Oct 29, 2024
1 parent d162c45 commit 71a914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/max/maxLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const maxLogic = kea<maxLogicType>([
} else if (parsedResponse) {
actions.replaceMessage(newIndex, {
...parsedResponse,
status: 'loading',
status: values.thread[newIndex].status,
})
}
} else if (event === AssistantEventType.Status) {
Expand Down

0 comments on commit 71a914d

Please sign in to comment.