aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js b/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js
index cf391f33..56dd7a5d 100644
--- a/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js
+++ b/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js
@@ -86,7 +86,7 @@ function* watchSubmitVersion(action) {
const versions = yield call(overviewApi.getVersions, workflowId);
yield put(versionListFetchAction(versions));
yield call(
- history.push('/workflow/' + workflowId + '/version/' + data.id)
+ history.push(`/workflows/workflow/${workflowId}/version/${data.id}`)
);
} catch (error) {
yield put(genericNetworkErrorAction(error));