fix: add comment

This commit is contained in:
Mutasem Aldmour 2024-11-07 16:32:32 +01:00
parent f121cbdfac
commit fe1f308edc
No known key found for this signature in database
GPG key ID: 3DFA8122BB7FD6B8

View file

@ -73,6 +73,7 @@ export function useExecutionHelpers() {
} }
function openExecutionInNewTab(executionId: string, workflowId?: string) { function openExecutionInNewTab(executionId: string, workflowId?: string) {
// todo this does not work when workflowId is not set
const route = router.resolve({ const route = router.resolve({
name: VIEWS.EXECUTION_PREVIEW, name: VIEWS.EXECUTION_PREVIEW,
params: { name: workflowId, executionId }, params: { name: workflowId, executionId },