Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed Mar 13, 2024
1 parent c345b01 commit 904efed
Showing 1 changed file with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ exports[`renders correctly 1`] = `
<Pagination
className="sui-paging"
current={1}
defaultCurrent={1}
defaultPageSize={10}
hideOnSinglePage={false}
itemRender={[Function]}
locale={
Object {
"items_per_page": "/ page",
Expand All @@ -16,24 +12,15 @@ exports[`renders correctly 1`] = `
"next_3": "Next 3 Pages",
"next_5": "Next 5 Pages",
"next_page": "Next Page",
"page": "",
"page": "Page",
"page_size": "Page Size",
"prev_3": "Previous 3 Pages",
"prev_5": "Previous 5 Pages",
"prev_page": "Previous Page",
}
}
onChange={[Function]}
onShowSizeChange={[Function]}
pageSize={10}
prefixCls="rc-pagination"
selectComponentClass={null}
selectPrefixCls="rc-select"
showLessItems={false}
showPrevNextJumpers={true}
showQuickJumper={false}
showSizeChanger={false}
showTitle={true}
style={Object {}}
total={1000}
/>
`;

0 comments on commit 904efed

Please sign in to comment.