Skip to content

Commit

Permalink
Allow selecting multiple crops (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 authored Feb 15, 2024
1 parent aa3e6fa commit 1bb4fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/amakrushi/src/components/chat-message-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({ message, onSend }) => {
context?.setMessages([]);
}
context?.sendMessage(choice);
setOptionDisabled(true);
// setOptionDisabled(true);
}
}}>
<div
Expand Down

0 comments on commit 1bb4fa0

Please sign in to comment.