mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Send only execution id in postMessage when previewing an execution (#9514)
This commit is contained in:
@@ -119,7 +119,7 @@ const loadExecution = () => {
|
||||
iframeRef.value?.contentWindow?.postMessage?.(
|
||||
JSON.stringify({
|
||||
command: 'setActiveExecution',
|
||||
execution: executionsStore.activeExecution,
|
||||
executionId: executionsStore.activeExecution.id,
|
||||
}),
|
||||
'*',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user