Change routing rules in workflow pages (#882)
This commit is contained in:
@@ -111,7 +111,7 @@ function Workflows() {
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: ["workflows"],
|
||||
});
|
||||
navigate(`/workflows/${response.data.workflow_permanent_id}`);
|
||||
navigate(`/workflows/${response.data.workflow_permanent_id}/edit`);
|
||||
},
|
||||
});
|
||||
|
||||
@@ -250,7 +250,7 @@ function Workflows() {
|
||||
onClick={(event) => {
|
||||
handleIconClick(
|
||||
event,
|
||||
`/workflows/${workflow.workflow_permanent_id}`,
|
||||
`/workflows/${workflow.workflow_permanent_id}/edit`,
|
||||
);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user