Skip to content

Commit 49bd9c9

Browse files
fix: undo buttom not dimmed the card (#1276)
* fix: undo buttom not dimmed the card * fix: fix more regression case for reject
1 parent 3733b43 commit 49bd9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-client/src/client/mynahUi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ export const createMynahUi = (
874874
}
875875
}
876876
if (!isPartialResult) {
877-
if (processedHeader) {
877+
if (processedHeader && processedHeader.status?.text !== 'error') {
878878
processedHeader.status = undefined
879879
}
880880
}

0 commit comments

Comments
 (0)