[DEV-215] Email template infinite loading (#1153)

This commit is contained in:
Joel Elias Méndez 2022-02-15 17:39:00 -03:00 committed by GitHub
parent daf1db847c
commit d5552c0f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import {connect} from 'react-redux';
import classNames from 'classnames';
import languageList from 'data/language-list';
import i18n from 'lib-app/i18n';
import DropDown from 'core-components/drop-down';
const languageCodes = Object.keys(languageList);

View File

@ -190,7 +190,7 @@ class AdminPanelEmailSettings extends React.Component {
<FormField label={i18n('LANGUAGE')} decorator={LanguageSelector} value={language}
onChange={event => this.onItemChange(selectedIndex, event.target.value)}
fieldProps={{
type: 'allowed',
type: 'supported',
size: 'medium'
}} />
<Form {...this.getFormProps()}>