diff --git a/web/app/cad/craft/primitives/simplePlane/simplePlaneOpSchema.js b/web/app/cad/craft/primitives/simplePlane/simplePlaneOpSchema.js index 5f6a4588..88279a0a 100644 --- a/web/app/cad/craft/primitives/simplePlane/simplePlaneOpSchema.js +++ b/web/app/cad/craft/primitives/simplePlane/simplePlaneOpSchema.js @@ -8,7 +8,7 @@ export default { }, datum: { type: 'entity', - allowedKinds: entityKindCapture('face', 'datum'), + entityCapture: entityKindCapture('face', 'datum'), optional: true, defaultValue: { usePreselection: true,