Skip to content

Commit

Permalink
Remove old editor files
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
  • Loading branch information
OlegIvaniv committed May 20, 2024
1 parent a7f1216 commit b299c44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
74 changes: 0 additions & 74 deletions packages/editor-ui/src/components/GenerateJsonSchemaModal.vue

This file was deleted.

3 changes: 0 additions & 3 deletions packages/editor-ui/src/generate-schema.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/nodes-base/nodes/Code/Sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export function getSandboxContext(this: IExecuteFunctions, index: number): Sandb

// to bring in all $-prefixed vars and methods from WorkflowDataProxy
// $node, $items(), $parameter, $json, $env, etc.
// fallback to empty object in case of undefined
...(this?.getWorkflowDataProxy(index) ?? {}),
...this.getWorkflowDataProxy(index),
};
}

Expand Down

0 comments on commit b299c44

Please sign in to comment.