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
|
||||
variant="contained"
|
||||
color="success"
|
||||
onClick={() => router.push(`/submissions/${operation.OperationID}`)}
|
||||
onClick={() => router.push(operation.Path)}
|
||||
>
|
||||
View Submission
|
||||
</Button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user