Skip to content

Commit 7d3d744

Browse files
committed
fix: transfer locale-provider miss titles
1 parent 50a5365 commit 7d3d744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/transfer/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export default {
328328
if (this.titles) {
329329
return this.titles
330330
}
331-
return transferLocale.titles
331+
return transferLocale.titles || ['', '']
332332
},
333333

334334
getSelectedKeysName (direction) {

0 commit comments

Comments
 (0)