Merge branch 'main' into fix/1039

This commit is contained in:
SleeplessOne1917 2023-06-05 23:27:50 +00:00 committed by GitHub
commit 21a290a940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
)} )}
id={this.id} id={this.id}
onChange={linkEvent(this, this.handleLanguageChange)} onChange={linkEvent(this, this.handleLanguageChange)}
aria-label="action" aria-label={i18n.t("language_select_placeholder")}
multiple={this.props.multiple} multiple={this.props.multiple}
disabled={this.props.disabled} disabled={this.props.disabled}
> >