Skip to content

Commit

Permalink
add type=submit to button tag (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxlocations authored Aug 27, 2023
1 parent d52f284 commit 2c896a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/Connect/HTTP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const HTTP = (): JSX.Element => {
)}
/>
</div>
<Button>
<Button type="submit">
<span>Connect</span>
</Button>
</form>
Expand Down

0 comments on commit 2c896a3

Please sign in to comment.