MCPcopy Create free account
hub / github.com/flyfloor/react-component / handleCancel

Function handleCancel

component/Modal.js:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 },
47
48 handleCancel(){
49 if (this.props.onCancel()) this.close();
50 },
51
52 render() {
53 let {onConfirm, onCancel, confirmText,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…