web: submission page reload after action request completes

This commit is contained in:
Quaternions 2024-12-27 18:00:26 -08:00
parent 07ef22bc02
commit f629ac2998

View File

@ -18,7 +18,7 @@ function ReviewButtonClicked(action: Action, submissionId: string) {
headers: { headers: {
"Content-type": "application/json", "Content-type": "application/json",
} }
}) }).then(() => { window.location.reload(); })
} }
function ReviewButton(props: ReviewButton) { function ReviewButton(props: ReviewButton) {