king
2021-10-15 fa68a6c3053441e624d995d752efcf017aaad3c7
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})
    })
  }