diff --git a/raggr-frontend/src/components/ChatScreen.tsx b/raggr-frontend/src/components/ChatScreen.tsx index b1c6216..57ac902 100644 --- a/raggr-frontend/src/components/ChatScreen.tsx +++ b/raggr-frontend/src/components/ChatScreen.tsx @@ -425,6 +425,9 @@ export const ChatScreen = ({ setAuthenticated }: ChatScreenProps) => { handleQuestionSubmit={handleQuestionSubmit} setSimbaMode={setSimbaMode} isLoading={isLoading} + pendingImage={pendingImage} + onImageSelect={(file) => setPendingImage(file)} + onClearImage={() => setPendingImage(null)} />