mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复miniEditor应用国际化不生效问题 (#9620)
* fix: 修复miniEditor应用国际化不生效问题 * fix: 保证语言更新后能重新渲染 --------- Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
997e1bb864
commit
cbc1797287
@ -53,6 +53,7 @@ export default class MiniEditor extends Editor {
|
||||
theme={theme}
|
||||
data={data}
|
||||
autoFocus={autoFocus}
|
||||
appLocale={this.props.appLocale}
|
||||
></Preview>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -191,7 +191,8 @@ export function AutoFilterForm({
|
||||
autoGenerateFilter,
|
||||
activedSearchableColumns,
|
||||
searchableColumns,
|
||||
searchFormExpanded
|
||||
searchFormExpanded,
|
||||
__ // 保证语言更新后能重新渲染
|
||||
]);
|
||||
|
||||
return render('searchable-form', schema, {
|
||||
|
Loading…
Reference in New Issue
Block a user