feat(message-input): prevent message when loading
This commit is contained in:
parent
571cdc1b4e
commit
3b66808e7d
3 changed files with 9 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue