0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 06:12:43 +00:00

restore snippetBundle field somehow lost from /new and /home

This commit is contained in:
Trevor Buckner
2024-07-31 17:27:58 -04:00
parent 11f8809c5e
commit 915f9aafa8
2 changed files with 2 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ const NewPage = createClass({
onMetaChange={this.handleMetaChange}
renderer={this.state.brew.renderer}
userThemes={this.props.userThemes}
snippetBundle={this.state.themeBundle.snippets}
/>
<BrewRenderer
text={this.state.brew.text}