From 6e66f9c7d1fff0eb3935d55badfe5b442cc093ce Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:34 -0400 Subject: [PATCH] Reload on appeal form toggle --- app/routes/appeals.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/appeals.tsx b/app/routes/appeals.tsx index a5b9d0f..fb6f3ff 100644 --- a/app/routes/appeals.tsx +++ b/app/routes/appeals.tsx @@ -134,6 +134,7 @@ export default function () { onClose(); await new Promise((p) => setTimeout(p, 5000)); + location.reload(); } return showSuccess ? (