Skip to content

Commit

Permalink
Merge pull request #144 from tomgreenwood1/revert-141-patch-1
Browse files Browse the repository at this point in the history
Revert "Make sure reset button doesn't submit form."
  • Loading branch information
t0gre committed Jun 27, 2022
2 parents a560119 + 9ab15ed commit f6a7454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/styled/src/components/ResetDates/ResetDates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function ResetDates({onResetDates, text, rtl}: ResetDatesProps) {
tabIndex={-1}
onClick={onResetDates}
onMouseUp={handleMouseUp}
type="button"
>
<RedoIconStyle
// @ts-ignore
Expand Down

0 comments on commit f6a7454

Please sign in to comment.