mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 11:49:19 +00:00
fix: click 2 times on send media sends media twice
This commit is contained in:
@@ -271,6 +271,7 @@ const MessageInput = ({ ticketStatus }) => {
|
||||
aria-label="send-upload"
|
||||
component="span"
|
||||
onClick={handleUploadMedia}
|
||||
disabled={loading}
|
||||
>
|
||||
<SendIcon className={classes.sendMessageIcons} />
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user