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
23e5fde06e
commit
755943d89d
|
@ -288,7 +288,7 @@ export default function ReactFormEditor() {
|
|||
<Button
|
||||
onClick={() =>
|
||||
navigate(
|
||||
`/admin/process-models/${modifiedProcessModelId}/files/${params.file_name}`
|
||||
`/editor/process-models/${modifiedProcessModelId}/files/${params.file_name}`
|
||||
)
|
||||
}
|
||||
variant="danger"
|
||||
|
|
Loading…
Reference in New Issue