diff --git a/app/frontend/src/components/Answer/Answer.tsx b/app/frontend/src/components/Answer/Answer.tsx index 75b0a03504..c9d73a8a76 100644 --- a/app/frontend/src/components/Answer/Answer.tsx +++ b/app/frontend/src/components/Answer/Answer.tsx @@ -80,7 +80,7 @@ export const Answer = ({ title={t("tooltips.showThoughtProcess")} ariaLabel={t("tooltips.showThoughtProcess")} onClick={() => onThoughtProcessClicked()} - disabled={!answer.context.thoughts?.length} + disabled={!answer.context.thoughts?.length || isStreaming} /> onSupportingContentClicked()} - disabled={!answer.context.data_points} + disabled={!answer.context.data_points || isStreaming} /> {showSpeechOutputAzure && (