Skip to content

Commit

Permalink
fix bugs when view history, the icon of submit not shown correctly
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 14, 2024
1 parent 587803e commit b84a06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global/useConversation.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function selectConversation(id) {
storeHistory();
history = conversation_histories[id];
}
currentConversation = { id, history };
currentConversation = { id, history, pending: false };
updateAll(currentConversation);
}

Expand Down

0 comments on commit b84a06a

Please sign in to comment.