diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index bc9c36a6c2e..1fe93eb4700 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1912,7 +1912,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction handlePrimaryButtonClick()}> + onClick={() => handlePrimaryButtonClick(inputValue, selectedImages)}> {primaryButtonText} @@ -1934,7 +1934,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction handleSecondaryButtonClick()}> + onClick={() => handleSecondaryButtonClick(inputValue, selectedImages)}> {isStreaming ? t("chat:cancel.title") : secondaryButtonText}