fix(editor): Redirect to workflows list after deleting a workflow (#9546)

This commit is contained in:
Milorad FIlipović
2024-05-30 11:12:56 +02:00
committed by GitHub
parent 105b11b653
commit cadb59fecb
2 changed files with 2 additions and 3 deletions

View File

@@ -519,7 +519,7 @@ async function onWorkflowMenuSelect(action: string): Promise<void> {
type: 'success',
});
await router.push({ name: VIEWS.NEW_WORKFLOW });
await router.push({ name: VIEWS.WORKFLOWS });
break;
}
default: