diff --git a/packages/editor-ui/src/composables/useExecutionHelpers.ts b/packages/editor-ui/src/composables/useExecutionHelpers.ts index a68cfd85bf..ea54b60e58 100644 --- a/packages/editor-ui/src/composables/useExecutionHelpers.ts +++ b/packages/editor-ui/src/composables/useExecutionHelpers.ts @@ -73,6 +73,7 @@ export function useExecutionHelpers() { } function openExecutionInNewTab(executionId: string, workflowId?: string) { + // todo this does not work when workflowId is not set const route = router.resolve({ name: VIEWS.EXECUTION_PREVIEW, params: { name: workflowId, executionId },