Fix images not sending in existing conversations #19

Merged
ryan merged 1 commits from fix/image-in-existing-conversations into main 2026-04-04 09:08:46 -04:00
Showing only changes of commit b6576fb2fd - Show all commits

View File

@@ -425,6 +425,9 @@ export const ChatScreen = ({ setAuthenticated }: ChatScreenProps) => {
handleQuestionSubmit={handleQuestionSubmit}
setSimbaMode={setSimbaMode}
isLoading={isLoading}
pendingImage={pendingImage}
onImageSelect={(file) => setPendingImage(file)}
onClearImage={() => setPendingImage(null)}
/>
</div>
</footer>