Skip to content

Commit

Permalink
fix: button type of cancel button in form block
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Mar 14, 2024
1 parent 92939a2 commit 9a10ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const FormView = ({
{data?.show_cancel && (
<Button
color="secondary"
type="clear"
type="button"
onClick={resetFormState}
className="me-2"
>
Expand Down

0 comments on commit 9a10ff8

Please sign in to comment.