Pass building_like down to data components
This commit is contained in:
parent
01f82ea18e
commit
1612b66062
@ -221,6 +221,7 @@ const withCopyEdit = (WrappedComponent) => {
|
|||||||
}
|
}
|
||||||
<WrappedComponent
|
<WrappedComponent
|
||||||
building={this.state.building}
|
building={this.state.building}
|
||||||
|
building_like={this.props.building_like}
|
||||||
mode={this.props.mode}
|
mode={this.props.mode}
|
||||||
copy={copy}
|
copy={copy}
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
|
Loading…
Reference in New Issue
Block a user