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

pass userThemes as a new prop, rather than inside of the brew

This commit is contained in:
Trevor Buckner
2024-07-15 23:29:16 -04:00
parent af5434c9b7
commit dfbd85a8ce
3 changed files with 4 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ const NewPage = createClass({
theme={this.state.brew.theme}
errors={this.state.htmlErrors}
lang={this.state.brew.lang}
userThemes={this.props.userThemes}
currentEditorPage={this.state.currentEditorPage}
allowPrint={true}
/>