fix(i18n): fixes that preview not changing with locale (#5875)

This commit is contained in:
Manoj Bahuguna 2021-10-08 17:05:45 +05:30 committed by GitHub
parent bc59b51a30
commit b331cc6373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@ export default class ControlPane extends React.Component {
handleLocaleChange = val => {
this.setState({ selectedLocale: val });
this.props.onLocaleChange(val);
};
validate = async () => {