make plane wizard use entityCapture

This commit is contained in:
Val Erastov 2022-07-24 23:45:49 -07:00
parent a838012733
commit ace468c2ac

View file

@ -8,7 +8,7 @@ export default {
},
datum: {
type: 'entity',
allowedKinds: entityKindCapture('face', 'datum'),
entityCapture: entityKindCapture('face', 'datum'),
optional: true,
defaultValue: {
usePreselection: true,