Skip to content

Commit 3765641

Browse files
Merge pull request #1366 from MahtabBukhari/Hive-Chat-chain-of-thought
Hive Chat chain of thought
2 parents a0beb0b + 5fb227e commit 3765641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/people/hiveChat/ActionArtifactRenderer.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export const ActionArtifactRenderer: React.FC<ActionArtifactRendererProps> = obs
149149
console.error('Error sending action response:', error);
150150
} finally {
151151
setIsSending(false);
152+
setIsActionSend(false);
152153
}
153154
};
154155

0 commit comments

Comments
 (0)