()
| 191 | } |
| 192 | |
| 193 | handleClickFile() { |
| 194 | this.logUserInput('security_log_attachment_download'); |
| 195 | } |
| 196 | |
| 197 | showNotification({title: header = '', message, type, autoHide = true, hideDelay = 4000, dismissable = true}) { |
| 198 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected