fix(editor): Place duplicated WFs always to correct parent folders (#14713)

This commit is contained in:
Jaakko Husso
2025-04-22 15:41:12 +03:00
committed by GitHub
parent eaf6783eb5
commit 6c91e7e1b7
5 changed files with 105 additions and 3 deletions

View File

@@ -220,6 +220,7 @@ async function onAction(action: string) {
typeof tag !== 'string' && 'id' in tag ? tag.id : tag,
),
externalEventBus: props.workflowListEventBus,
parentFolderId: props.data.parentFolder?.id,
},
});
break;