()
| 2676 | } |
| 2677 | |
| 2678 | toggle() { |
| 2679 | this.setState({ |
| 2680 | modal: !this.state.modal, |
| 2681 | }); |
| 2682 | } |
| 2683 | |
| 2684 | changeBackdrop(e: React.ChangeEvent<HTMLInputElement>) { |
| 2685 | let value = e.target.value; |
nothing calls this directly
no outgoing calls
no test coverage detected