Skip to content

Commit

Permalink
reduced settimeout to 4 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 committed Feb 16, 2024
1 parent 22bf748 commit 861fb6c
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 @@ -167,7 +167,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({ message, onSend }) => {
if (isWeather)
setTimeout(() => {
setOptionDisabled(false);
}, 7000)
}, 4000)
}
}}>
<div
Expand Down

0 comments on commit 861fb6c

Please sign in to comment.