From 3677339646281bab97d8a0d08a3ec4c8a38cec8f Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 14 Apr 2016 14:20:18 +0800 Subject: [PATCH] fix: revert --- components/table/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.jsx b/components/table/index.jsx index 8accb86db3..4d9648ecfc 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -21,7 +21,7 @@ const defaultLocale = { const defaultPagination = { pageSize: 10, - defaultCurrent: 1, + current: 1, onChange: noop, onShowSizeChange: noop, };