Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix appeal note bug
  • Loading branch information
regalijan committed Mar 12, 2025
1 parent cb6c835 commit 2245b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/AppealCard.tsx
Expand Up @@ -76,6 +76,8 @@ export default function (props: AppealCardProps & { port?: MessagePort }) {
}

onClose();
setFeedback("");
setAction("");
setLoading(false);
props.port?.postMessage(`appeal_${props.id}`);
}
Expand Down

0 comments on commit 2245b04

Please sign in to comment.