make plane wizard use entityCapture

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

View file

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