Browse Source

type=submit (#135)

pull/136/head
Ben Lipsey 3 years ago
committed by GitHub
parent
commit
4576e9dc6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      src/components/PageComponents/Messages/MessageInput.tsx

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "meshtastic-web", "name": "meshtastic-web",
"version": "2.2.9-0", "version": "2.2.10-0",
"type": "module", "type": "module",
"description": "Meshtastic web client", "description": "Meshtastic web client",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",

2
src/components/PageComponents/Messages/MessageInput.tsx

@ -68,7 +68,7 @@ export const MessageInput = ({
onChange={(e) => setMessageDraft(e.target.value)} onChange={(e) => setMessageDraft(e.target.value)}
/> />
</span> </span>
<Button> <Button type="submit">
<SendIcon size={16} /> <SendIcon size={16} />
</Button> </Button>
</div> </div>

Loading…
Cancel
Save