Skip to content

Commit

Permalink
[ML] Hide paging controls in swim lane if only one page is available (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Aug 15, 2023
1 parent 005234d commit 39f2a25
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -244,6 +244,7 @@ export const SwimlaneContainer: FC<SwimlaneProps> = ({
const isPaginationVisible =
(showSwimlane || isLoading) &&
swimlaneLimit !== undefined &&
swimlaneLimit > (perPage ?? 5) &&
onPaginationChange &&
fromPage &&
perPage;
Expand Down

0 comments on commit 39f2a25

Please sign in to comment.