fix: revert

This commit is contained in:
Benjy Cui 2016-04-14 14:20:18 +08:00
parent be39bca93a
commit 3677339646

View File

@ -21,7 +21,7 @@ const defaultLocale = {
const defaultPagination = {
pageSize: 10,
defaultCurrent: 1,
current: 1,
onChange: noop,
onShowSizeChange: noop,
};