0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 11:52:46 +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

@@ -189,7 +189,8 @@ const EditPage = createClass({
brew : { brew : {
...prevState.brew, ...prevState.brew,
style : newData.style, style : newData.style,
text : newData.text text : newData.text,
snippets : newData.snippets
} }
})); }));
}, },