Skip to content

Commit

Permalink
Add type="submit"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 11, 2024
1 parent 70868fd commit d4dcc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/examples/packages/preinstalled/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "7rntsnBzcTZzFRHWNhO+yXQ8KTK2uR49xsl+DVmyOnQ=",
"shasum": "J3zJc64oz6LDVQKp/KAQwlhsW+e1aiiyD4UPJn5gKu4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Dialog: SnapComponent = () => (
</Box>
<Footer>
<Button name="cancel">Cancel</Button>
<Button name="confirm" form="form">
<Button name="confirm" type="submit" form="form">
Confirm
</Button>
</Footer>
Expand Down

0 comments on commit d4dcc11

Please sign in to comment.