From f91f0a9a3a46782ef9f83db6d58920bd09a4645a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E7=8C=AB?= Date: Mon, 2 Dec 2019 11:25:44 +0800 Subject: [PATCH] pass locale prop to Dialog --- src/confirm.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/confirm.jsx b/src/confirm.jsx index 47f745e..334fa94 100644 --- a/src/confirm.jsx +++ b/src/confirm.jsx @@ -142,6 +142,7 @@ export default function (props = {}, Dialog) { visible closable title="" + locale={newProps.locale} footer="" transitionName={newProps.transitionName} maskTransitionName={newProps.maskTransitionName}