feat(message-input): prevent message when loading

This commit is contained in:
ItzCrazyKns 2024-04-24 10:06:56 +05:30
parent 571cdc1b4e
commit 3b66808e7d
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
3 changed files with 9 additions and 6 deletions

View file

@ -77,7 +77,7 @@ const Chat = ({
className="bottom-24 lg:bottom-10 fixed z-40"
style={{ width: dividerWidth }}
>
<MessageInput sendMessage={sendMessage} />
<MessageInput loading={loading} sendMessage={sendMessage} />
</div>
)}
</div>