Ben Lipsey
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
package.json
-
src/components/PageComponents/Messages/MessageInput.tsx
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "meshtastic-web", |
|
|
|
"version": "2.2.9-0", |
|
|
|
"version": "2.2.10-0", |
|
|
|
"type": "module", |
|
|
|
"description": "Meshtastic web client", |
|
|
|
"license": "GPL-3.0-only", |
|
|
|
|
|
|
|
@ -68,7 +68,7 @@ export const MessageInput = ({ |
|
|
|
onChange={(e) => setMessageDraft(e.target.value)} |
|
|
|
/> |
|
|
|
</span> |
|
|
|
<Button> |
|
|
|
<Button type="submit"> |
|
|
|
<SendIcon size={16} /> |
|
|
|
</Button> |
|
|
|
</div> |
|
|
|
|