mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
fix: 修复transfer支持配置noResultsText (#7804)
This commit is contained in:
parent
1882f91765
commit
eb3bc754c2
@ -545,7 +545,8 @@ export class BaseTransferRenderer<
|
||||
loadingConfig,
|
||||
showInvalidMatch,
|
||||
onlyChildren,
|
||||
useMobileUI
|
||||
useMobileUI,
|
||||
noResultsText
|
||||
} = this.props;
|
||||
|
||||
// 目前 LeftOptions 没有接口可以动态加载
|
||||
@ -607,6 +608,7 @@ export class BaseTransferRenderer<
|
||||
loadingConfig={loadingConfig}
|
||||
showInvalidMatch={showInvalidMatch}
|
||||
useMobileUI={useMobileUI}
|
||||
noResultsText={noResultsText}
|
||||
/>
|
||||
|
||||
<Spinner
|
||||
|
Loading…
Reference in New Issue
Block a user