Skip to content

Commit 2a5f5e2

Browse files
committed
fix(schema): pass the preference as a prop when nesting Field COMPASS-6363 (#3890)
* use the wrapped field when nesting * rather just pass the prop
1 parent 1a0e4ad commit 2a5f5e2

File tree

1 file changed

+1
-0
lines changed
  • packages/compass-schema/src/components/field

1 file changed

+1
-0
lines changed

packages/compass-schema/src/components/field/field.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class Field extends Component {
247247
<Field
248248
actions={this.props.actions}
249249
localAppRegistry={this.props.localAppRegistry}
250+
enableMaps={this.prop.enableMaps}
250251
{...field}
251252
/>
252253
</div>

0 commit comments

Comments
 (0)