0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 03:52:42 +00:00

Add to /new page

This commit is contained in:
Trevor Buckner
2024-07-23 16:43:23 -04:00
parent 24ab3d3392
commit 22b6aa14f0
5 changed files with 36 additions and 10 deletions

View File

@@ -19,13 +19,12 @@ const SharePage = createClass({
getDefaultProps : function() {
return {
brew : DEFAULT_BREW_LOAD,
themeBundle : {}
};
},
getInitialState : function() {
return {
themeBundle : this.props.themeBundle
themeBundle : {}
};
},