component classes v2

This commit is contained in:
djvs 2023-06-20 14:46:16 -04:00
parent 54b5d62df5
commit 5033b024f6
61 changed files with 109 additions and 70 deletions

View file

@ -49,7 +49,7 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
return this.props.iconVersion ? (
this.selectBtn
) : (
<div>
<div className="language-select">
{this.props.multiple && this.props.showLanguageWarning && (
<div className="alert alert-warning" role="alert">
{i18n.t("undetermined_language_warning")}