diff --git a/app/components/chat.tsx b/app/components/chat.tsx index e97f30e71..ef42971e0 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -859,7 +859,7 @@ function _Chat() { return; } if (shouldSubmit(e) && promptHints.length === 0) { - doSubmit(userInput); + doSubmit(userInput, userImage); e.preventDefault(); } };