mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-26 22:43:07 +00:00
add image selector field type, modal component, and new snippet widgets
This commit is contained in:
@@ -47,7 +47,7 @@ const Text = createClass({
|
||||
|
||||
if(this.state.value !== value) {
|
||||
const { field } = this.props;
|
||||
this.props.setHints(this, this.props.getStyleHints(field, field.hints ? this.state.value : []));
|
||||
this.props.setHints(this, field.hints ? this.props.getStyleHints(field, this.state.value) : []);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user