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