From 4f45916601f0390ab746abcd3fb898e15529c7a8 Mon Sep 17 00:00:00 2001 From: tjz <415800467@qq.com> Date: Thu, 5 Jul 2018 21:03:15 +0800 Subject: [PATCH] fix: transfer locale-provider miss titles --- components/transfer/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/transfer/index.jsx b/components/transfer/index.jsx index 9230cfff5..5221789c7 100644 --- a/components/transfer/index.jsx +++ b/components/transfer/index.jsx @@ -328,7 +328,7 @@ export default { if (this.titles) { return this.titles } - return transferLocale.titles + return transferLocale.titles || ['', ''] }, getSelectedKeysName (direction) {