Fix appeal note bug
This commit is contained in:
parent
cb6c835575
commit
2245b040c6
@ -76,6 +76,8 @@ export default function (props: AppealCardProps & { port?: MessagePort }) {
|
||||
}
|
||||
|
||||
onClose();
|
||||
setFeedback("");
|
||||
setAction("");
|
||||
setLoading(false);
|
||||
props.port?.postMessage(`appeal_${props.id}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user