fix: remove space (#32974)

Co-authored-by: machixian <machixian@myweimai.com>
This commit is contained in:
WeijieChen 2021-11-22 18:40:02 +08:00 committed by GitHub
parent c8cddc14b2
commit 38ecbd7573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ const locale: PickerLocale = {
};
// should add whitespace between char in Button
locale.lang.ok = '确 定';
locale.lang.ok = '确定';
// All settings at:
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json