()
| 34 | }, |
| 35 | |
| 36 | close(){ |
| 37 | const {onClose} = this.props |
| 38 | if (onClose && !onClose()) return |
| 39 | this.setState({ |
| 40 | display: false |
| 41 | }); |
| 42 | }, |
| 43 | |
| 44 | handleConfirm(){ |
| 45 | if (this.props.onConfirm()) this.close(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…