support route path change in workflow
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / src / features / workflow / overview / overviewSagas.js
index 8b5f04f..41002c8 100644 (file)
@@ -93,7 +93,7 @@ export function* archiveWorkflow(action) {
             })
         })
     );
-    history.push('/');
+    history.push('/workflows');
 }
 
 export function* watchOverview() {