mirror of
https://github.com/flarum/framework.git
synced 2025-05-29 11:40:18 +08:00
Admin: fix default language selector
the binding of the control to the value was missing fixes #1164
This commit is contained in:
@ -64,6 +64,7 @@ export default class BasicsPage extends Page {
|
||||
children: [
|
||||
Select.component({
|
||||
options: this.localeOptions,
|
||||
value: this.values.default_locale(),
|
||||
onchange: this.values.default_locale
|
||||
})
|
||||
]
|
||||
|
Reference in New Issue
Block a user