Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reload on appeal form toggle
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 5db1df7 commit 6e66f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/appeals.tsx
Expand Up @@ -134,6 +134,7 @@ export default function () {

onClose();
await new Promise((p) => setTimeout(p, 5000));
location.reload();
}

return showSuccess ? (
Expand Down

0 comments on commit 6e66f9c

Please sign in to comment.