jamon
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Messages/MessageInput.tsx
|
|
|
@ -60,7 +60,7 @@ export const MessageInput = ({ |
|
|
|
minLength={1} |
|
|
|
name="messageInput" |
|
|
|
placeholder="Enter Message" |
|
|
|
autocomplete="off" |
|
|
|
autoComplete="off" |
|
|
|
value={localDraft} |
|
|
|
onChange={handleInputChange} |
|
|
|
/> |
|
|
|
|