king
2023-06-12 07c005cf28acf74e3afde82122e4c53e1000d70c
src/menu/modalconfig/controller.jsx
@@ -35,6 +35,8 @@
      config: fromJS(config).toJS(),
      btn: fromJS(btn).toJS()
    })
    window.GLOB.formId = ''
  }
  handleBack = () => {
@@ -47,7 +49,7 @@
  
  handleSave = (modal) => {
    const { config, btn } = this.state
    MKEmitter.emit('submitModal', config, btn, modal)
    MKEmitter.emit('submitModal', config.uuid, btn.uuid, modal)
  }
  render () {