()
| 2830 | } |
| 2831 | |
| 2832 | toggle() { |
| 2833 | this.setState((prevState: any) => ({ |
| 2834 | modal: !prevState.modal, |
| 2835 | })); |
| 2836 | } |
| 2837 | |
| 2838 | changeUnmountOnClose(e: React.ChangeEvent<HTMLInputElement>) { |
| 2839 | const value = e.target.value; |
nothing calls this directly
no outgoing calls
no test coverage detected