Commit 4ae3d89e by zhaochengxiang

bug fix

parent 4d4b9a39
......@@ -232,7 +232,6 @@ const FC = (props) => {
pageSize={pageSize}
defaultCurrent={1}
total={total}
pageSizeOptions={[10,20]}
showTotal={total => ` ${total} `}
/>
</Drawer>
......
......@@ -249,7 +249,6 @@ const ImportAssetDrawer = (props) => {
pageSize={pageSize}
defaultCurrent={1}
total={total}
pageSizeOptions={[10,20]}
showTotal={total => ` ${total} `}
/>
</Drawer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment