Fix constructor on SMTPConfig.
parent
391348bb8a
commit
d23dd6a82c
|
@ -1,6 +1,10 @@
|
|||
import React, {PropTypes, Component} from 'react'
|
||||
|
||||
class SMTPConfig extends Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
}
|
||||
|
||||
handleSaveAlert = e => {
|
||||
e.preventDefault()
|
||||
|
||||
|
|
Loading…
Reference in New Issue