This commit is contained in:
Zack Rauen 2019-05-28 14:21:19 -04:00
parent 62940b86fb
commit 83830738c9
2 changed files with 2 additions and 2 deletions

View File

@ -2767,7 +2767,7 @@ class V2C_SectionedSettingsPanel extends BDV2.reactComponent {
return BDV2.react.createElement(
"div", {className: "contentColumn-2hrIYH contentColumnDefault-1VQkGM content-column default"},
this.props.sections.map(section => {
return BDV2.react.createElement(V2Components.SettingsGroup, Object.assign({}, section, this.props.onChange));
return BDV2.react.createElement(V2Components.SettingsGroup, Object.assign({}, section, {onChange: this.props.onChange}));
})
);
}

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long