diff --git a/frontend/src/scenes/max/maxLogic.ts b/frontend/src/scenes/max/maxLogic.ts index 08bb8a9555933..8a0f4e4df1119 100644 --- a/frontend/src/scenes/max/maxLogic.ts +++ b/frontend/src/scenes/max/maxLogic.ts @@ -158,7 +158,7 @@ export const maxLogic = kea([ } else if (parsedResponse) { actions.replaceMessage(newIndex, { ...parsedResponse, - status: 'loading', + status: values.thread[newIndex].status, }) } } else if (event === AssistantEventType.Status) {