From ace468c2ac35dd69ead866f862568bfa328e1945 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Sun, 24 Jul 2022 23:45:49 -0700 Subject: [PATCH] make plane wizard use entityCapture --- web/app/cad/craft/primitives/simplePlane/simplePlaneOpSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,