mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: add comment
This commit is contained in:
parent
f121cbdfac
commit
fe1f308edc
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue