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