diff --git a/packages/editor-ui/src/stores/workflows.store.ts b/packages/editor-ui/src/stores/workflows.store.ts index 24c342324c..0817efc952 100644 --- a/packages/editor-ui/src/stores/workflows.store.ts +++ b/packages/editor-ui/src/stores/workflows.store.ts @@ -693,7 +693,7 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, { } const storedPinData = payload.data.map((item) => - isJsonKeyObject(item) ? item : { json: item }, + isJsonKeyObject(item) ? { json: item.json } : { json: item }, ); this.workflow = {