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 () {