We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a51dc6 commit 527a373Copy full SHA for 527a373
chat-client/src/client/mynahUi.ts
@@ -932,7 +932,7 @@ export const createMynahUi = (
932
const contentHorizontalAlignment: ChatItem['contentHorizontalAlignment'] = undefined
933
934
// If message.header?.status?.text is Stopped or Rejected or Ignored or Completed etc.. card should be in disabled state.
935
- const shouldMute = message.header?.status?.text !== undefined
+ const shouldMute = message.header?.status?.text !== undefined && message.header?.status?.text !== 'Completed'
936
937
return {
938
body: message.body,
0 commit comments