use editor when navigating to a process model file (#405)

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
jasquat 2023-07-25 13:26:03 -04:00 committed by GitHub
parent 6d11fb915e
commit 64e15ffab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"