king
2022-11-21 f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89
src/menu/modalconfig/controller.jsx
@@ -47,7 +47,7 @@
  
  handleSave = (modal) => {
    const { config, btn } = this.state
    MKEmitter.emit('submitModal', config, btn, modal)
    MKEmitter.emit('submitModal', config.uuid, btn.uuid, modal)
  }
  render () {