Fix appeal note bug

This commit is contained in:
2025-03-12 23:38:22 +00:00
parent cb6c835575
commit 2245b040c6

View File

@ -76,6 +76,8 @@ export default function (props: AppealCardProps & { port?: MessagePort }) {
}
onClose();
setFeedback("");
setAction("");
setLoading(false);
props.port?.postMessage(`appeal_${props.id}`);
}