()
| 2901 | } |
| 2902 | |
| 2903 | toggle() { |
| 2904 | this.setState({ open: !this.state.open }); |
| 2905 | } |
| 2906 | |
| 2907 | handleSelectChange(e: React.ChangeEvent<HTMLInputElement>) { |
| 2908 | const value = e.target.value; |
nothing calls this directly
no outgoing calls
no test coverage detected