Skip to content

Commit c67be72

Browse files
committed
fix: ChatTextarea handleSendPrompt, add useCallback dependencies
1 parent fcccbdc commit c67be72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

react/src/components/chat/ChatTextarea.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ const ChatTextarea: React.FC<ChatTextareaProps> = ({
204204
images,
205205
messages,
206206
t,
207+
selectedAspectRatio,
208+
quantity,
209+
authStatus.is_logged_in,
210+
setShowLoginDialog,
207211
])
208212

209213
// Drop Area

0 commit comments

Comments
 (0)