From fa28e7b37f10a4dbb74de8a503f5d354c7e656b0 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:49 -0400 Subject: [PATCH] Reload on action --- components/InactivityNoticeCard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/InactivityNoticeCard.tsx b/components/InactivityNoticeCard.tsx index 639ee37..53269c2 100644 --- a/components/InactivityNoticeCard.tsx +++ b/components/InactivityNoticeCard.tsx @@ -44,6 +44,8 @@ export default function(props: InactivityNoticeProps) { status: "success", title: "Success" }); + + location.reload(); } const Approved = () =>