Skip to content

Commit

Permalink
updat epagination behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Jun 3, 2024
1 parent 4596f24 commit af0994a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/MarketsDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const MarketsDropdownContent = ({ onRowAction }: { onRowAction?: (market: Key) =
label={stringGetter({ key: STRING_KEYS.MARKETS })}
columns={columns}
initialPageSize={15}
paginationBehavior="showAll"
slotEmpty={
<$MarketNotFound>
{filter === MarketFilters.NEW && !searchFilter ? (
Expand Down

0 comments on commit af0994a

Please sign in to comment.