master
Aaron Yu 2022-03-08 00:41:18 +08:00
parent 41d7466caf
commit f6cc944fd4
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class App extends React.Component {
.then(() => this.refreshProject()) .then(() => this.refreshProject())
.catch(e => console.log('update fails', e)); .catch(e => console.log('update fails', e));
setProjectSetting(this.state.selectedProject.Name, [obj.topType, obj.centreType, obj.middleType]) setProjectSetting(this.state.selectedProject.Name, [+obj.topType, +obj.centreType, +obj.middleType])
} }
render() { render() {