0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 23:32:58 +00:00

prop drilling

This commit is contained in:
Víctor Losada Hernández
2025-05-11 23:59:04 +02:00
parent 9e78671e4f
commit 91f7d86fd4
4 changed files with 6 additions and 3 deletions

View File

@@ -460,6 +460,7 @@ const Editor = createClass({
rerenderParent={this.rerenderParent} />
<MetadataEditor
metadata={this.props.brew}
isOwner={this.props.isOwner}
themeBundle={this.props.themeBundle}
onChange={this.props.onMetaChange}
reportError={this.props.reportError}