when no limit prop default to orginal functionality

Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
Jake Crews
2022-08-29 10:55:51 -05:00
parent 38b8d76cef
commit 85284132b8
6 changed files with 34 additions and 59 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-github-pull-requests-board': patch
---
Add optional `defaultLimit` prop to `EntityTeamPullRequestsCard` and `EntityTeamPullRequestsContent` to limit the number of PRs shown per repository. Excluding this prop will result in showing all PRs for each repository.
Add optional `pullRequestLimit` prop to `EntityTeamPullRequestsCard` and `EntityTeamPullRequestsContent` to limit the number of PRs shown per repository. Excluding this prop will default the number of pull requests shown to 10 per repository (the existing functionality).