web: route to provided path on operation success #85
@ -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