Browse Source

add type=submit to button tag

pull/128/head
pdxlocations 3 years ago
parent
commit
ab22404c27
  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>
<Button>
<Button type="submit">
<span>Connect</span>
</Button>
</form>

Loading…
Cancel
Save