mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 05:42:48 +00:00
update tag setup to be based on the latest version of the stringArrayEditor.jsx
This commit is contained in:
@@ -52,7 +52,7 @@ const HomePage = createClass({
|
||||
},
|
||||
handleTextChange : function(text){
|
||||
this.setState((prevState)=>({
|
||||
brew : _.merge({}, prevState.brew, { text: text })
|
||||
brew : { ...prevState.brew, text: text }
|
||||
}));
|
||||
},
|
||||
renderNavbar : function(){
|
||||
|
||||
Reference in New Issue
Block a user