web: submission page reload after action request completes
This commit is contained in:
parent
07ef22bc02
commit
f629ac2998
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user