Skip to content

Commit

Permalink
fix (#730)
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
andy-t-wang authored May 6, 2024
1 parent 50b1607 commit 1affee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const DeleteModal = (props: DeleteModalProps) => {
</DecoratedButton>

<DecoratedButton
type="submit"
type="button"
className="order-1 w-full py-3 md:order-2"
onClick={() => setOpenDeleteModal(false)}
>
Expand Down

0 comments on commit 1affee8

Please sign in to comment.