king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
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 () {