web: route to provided path on operation success
This commit is contained in:
parent
0cb2bec6e0
commit
8be9475ee5
@ -105,7 +105,7 @@ export default function OperationStatusPage() {
|
|||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="success"
|
color="success"
|
||||||
onClick={() => router.push(`/submissions/${operation.OperationID}`)}
|
onClick={() => router.push(operation.Path)}
|
||||||
>
|
>
|
||||||
View Submission
|
View Submission
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user