diff --git a/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts b/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts index 675c6815..3b10c407 100644 --- a/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts +++ b/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts @@ -98,13 +98,13 @@ export default { name: 'depth', defaultValue: 0, }, - { - type: 'file', - name: 'image', - optional: true, - label: 'Optional Image', + // { + // type: 'file', + // name: 'image', + // optional: true, + // label: 'Optional Image', - }, + // }, ], };