Skip to content

Commit 5e8fb41

Browse files
Anemylerouxb
authored andcommitted
fix(compass-schema): opening nested field schema (#3896)
1 parent 2a5f5e2 commit 5e8fb41

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)