fix: 修复transfer支持配置noResultsText (#7804)

This commit is contained in:
Hsirius 2023-08-15 10:07:25 +08:00 committed by GitHub
parent 1882f91765
commit eb3bc754c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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