Browse Source

add type=submit to button tag (#128)

pull/130/head
Ben Lipsey 3 years ago
committed by GitHub
parent
commit
2c896a3dd1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/PageComponents/Connect/HTTP.tsx

2
src/components/PageComponents/Connect/HTTP.tsx

@ -76,7 +76,7 @@ export const HTTP = (): JSX.Element => {
)} )}
/> />
</div> </div>
<Button> <Button type="submit">
<span>Connect</span> <span>Connect</span>
</Button> </Button>
</form> </form>

Loading…
Cancel
Save