fix(ui) - smtp check
This commit is contained in:
parent
1a44a28df2
commit
49b961968f
1 changed files with 2 additions and 1 deletions
|
|
@ -153,6 +153,7 @@ function UserForm(props: Props) {
|
|||
));
|
||||
}
|
||||
|
||||
export default connect(state => ({
|
||||
export default connect((state: any) => ({
|
||||
isEnterprise: state.getIn([ 'user', 'account', 'edition' ]) === 'ee',
|
||||
isSmtp: state.getIn([ 'user', 'account', 'smtp' ]),
|
||||
}))(UserForm);
|
||||
Loading…
Add table
Reference in a new issue