mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2026-01-03 13:19:16 +00:00
Fixed titles saving
This commit is contained in:
@@ -120,7 +120,10 @@ var EditPage = React.createClass({
|
||||
|
||||
request
|
||||
.put('/homebrew/api/update/' + this.props.brew.editId)
|
||||
.send({text : this.state.text})
|
||||
.send({
|
||||
text : this.state.text,
|
||||
title : this.state.title
|
||||
})
|
||||
.end((err, res) => {
|
||||
console.log('done', res.body);
|
||||
this.savedBrew = res.body;
|
||||
|
||||
Reference in New Issue
Block a user