fix(i18n): fixes that preview not changing with locale (#5875)
This commit is contained in:
parent
bc59b51a30
commit
b331cc6373
@ -110,6 +110,7 @@ export default class ControlPane extends React.Component {
|
||||
|
||||
handleLocaleChange = val => {
|
||||
this.setState({ selectedLocale: val });
|
||||
this.props.onLocaleChange(val);
|
||||
};
|
||||
|
||||
validate = async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user