Skip to content

Commit

Permalink
feat: change cards per page
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-liu-smile committed Jan 3, 2023
1 parent 413c547 commit beabab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/address/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const Address = () => {
/>
<B3PaginationTable
columnItems={[]}
rowsPerPageOptions={[9, 18, 27]}
rowsPerPageOptions={[12, 24, 36]}
getRequestList={getAddressList}
searchParams={filterData}
isCustomRender
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/shoppingLists/ShoppingLists.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const shoppingLists = () => {
/>
<B3PaginationTable
columnItems={[]}
rowsPerPageOptions={[9, 18, 27]}
rowsPerPageOptions={[12, 24, 36]}
getRequestList={fetchList}
searchParams={filterSearch}
isCustomRender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const Usermanagement = () => {
/>
<B3PaginationTable
columnItems={[]}
rowsPerPageOptions={[15, 30, 45]}
rowsPerPageOptions={[12, 24, 36]}
getRequestList={fetchList}
searchParams={filterSearch || {}}
isCustomRender
Expand Down

0 comments on commit beabab3

Please sign in to comment.