Fix constructor on SMTPConfig.

pull/1887/head
Hunter Trujillo 2017-08-15 16:34:31 -06:00 committed by Andrew Watkins
parent 391348bb8a
commit d23dd6a82c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
import React, {PropTypes, Component} from 'react'
class SMTPConfig extends Component {
constructor(props) {
super(props)
}
handleSaveAlert = e => {
e.preventDefault()