king
2023-08-10 ac1d52c46ff9019fcc93cf3d5e7ab17cf850824e
src/menu/modalconfig/controller.jsx
@@ -35,6 +35,8 @@
      config: fromJS(config).toJS(),
      btn: fromJS(btn).toJS()
    })
    window.GLOB.formId = ''
  }
  handleBack = () => {
@@ -47,13 +49,7 @@
  
  handleSave = (modal) => {
    const { config, btn } = this.state
    MKEmitter.emit('submitModal', config, btn, modal)
    this.setState({
      visible: false,
      config: null,
      btn: null
    })
    MKEmitter.emit('submitModal', config.uuid, btn.uuid, modal)
  }
  render () {