use editor when navigating to a process model file (#405)
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
parent
6d11fb915e
commit
64e15ffab6
|
@ -288,7 +288,7 @@ export default function ReactFormEditor() {
|
||||||
<Button
|
<Button
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
navigate(
|
navigate(
|
||||||
`/admin/process-models/${modifiedProcessModelId}/files/${params.file_name}`
|
`/editor/process-models/${modifiedProcessModelId}/files/${params.file_name}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
variant="danger"
|
variant="danger"
|
||||||
|
|
Loading…
Reference in New Issue