MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / onSubmitSuccess

Function onSubmitSuccess

packages/xadmin-plugins/src/modalform.js:17–20  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

15 }
16
17 onSubmitSuccess(item) {
18 this.hideModal()
19 this.props.onSuccess(item)
20 }
21
22 render() {
23 const { show, model, title, loading, saveItem, canAdd, modalProps, btnProps } = this.props

Callers

nothing calls this directly

Calls 1

hideModalMethod · 0.45

Tested by

no test coverage detected