diff --git a/view/next-project/src/components/sponsors/SponsorAddModal.tsx b/view/next-project/src/components/sponsors/SponsorAddModal.tsx index 8b55b96a4..2ed7b1747 100644 --- a/view/next-project/src/components/sponsors/SponsorAddModal.tsx +++ b/view/next-project/src/components/sponsors/SponsorAddModal.tsx @@ -34,6 +34,7 @@ export default function SponsorAddModal() { const submit = async (formData: Sponsor) => { addSponsor(formData); closeModal(); + router.reload(); }; return (