0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 19:02:38 +00:00

fix error issue

This commit is contained in:
Charlie Humphreys
2023-01-23 14:22:18 -06:00
parent 6ddf0bb889
commit 8f75ea4728
6 changed files with 10 additions and 9 deletions

View File

@@ -200,7 +200,7 @@ const EditPage = createClass({
.send(brew)
.catch((err)=>{
console.log('Error Updating Local Brew');
this.setState({ error: err.response });
this.setState({ error: err });
});
if(!res) return;