Skip to content

Commit 982f8d2

Browse files
committed
Fixed Submit Button
1 parent 729395a commit 982f8d2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/stories/RadioStory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default () => (
4444
<Col xs="12">
4545
<button
4646
type="submit"
47-
onClick={submitForm}
4847
>
4948
Submit
5049
</button>

src/stories/SelectStory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default () => (
5858
<Col xs="12">
5959
<button
6060
type="submit"
61-
onClick={submitForm}
6261
>
6362
Submit
6463
</button>

0 commit comments

Comments
 (0)