0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 02:32:41 +00:00

Merge pull request #4286 from dbolack-ab/snippets-save-history-too

Add brew snippets to local save history
This commit is contained in:
Trevor Buckner
2025-07-11 13:32:13 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -190,8 +190,9 @@ const EditPage = createClass({
this.setState((prevState)=>({
brew : {
...prevState.brew,
style : newData.style,
text : newData.text
style : newData.style,
text : newData.text,
snippets : newData.snippets
}
}));
},