mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Redirect to workflows list after deleting a workflow (#9546)
This commit is contained in:
committed by
GitHub
parent
105b11b653
commit
cadb59fecb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user