0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 02:12:43 +00:00

Include snippets in the restoration.

This commit is contained in:
David Bolack
2025-07-07 13:54:29 -05:00
parent 1008321957
commit 99b90e0998

View File

@@ -188,8 +188,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
}
}));
},