mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
refactor: clean translation system and more widget stuff
This commit is contained in:
@@ -17,7 +17,7 @@ export default class Dropdown extends PureComponent {
|
||||
onChange = (e) => {
|
||||
const { value } = e.target;
|
||||
|
||||
if (value === variables.language.getMessage(variables.languagecode, 'modals.main.loading')) {
|
||||
if (value === variables.getMessage('modals.main.loading')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user