src/templates/zshare/unattended/index.jsx
@@ -41,10 +41,13 @@ } submit = () => { // let config = fromJS(this.props.config).toJS() const { config } = this.props this.settingRef.handleConfirm().then(res => { this.setState({ visible: false }) this.props.updateConfig({...config, autoMatic: res}) }) }