Skip to content

Commit

Permalink
reloadは戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Dec 26, 2024
1 parent 86c6954 commit 2561e67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function SponsorAddModal() {
const submit = async (formData: Sponsor) => {
addSponsor(formData);
closeModal();
router.reload();
};

return (
Expand Down

0 comments on commit 2561e67

Please sign in to comment.