feat: [CODE-2510] add exclude_description param in PR listing (#2819)

* feat: [CODE-2510] add exclude_description param in PR listing
pull/3576/head
Ritik Kapoor 2024-10-15 17:21:42 +00:00 committed by Harness
parent 069a35a4d8
commit 80dc6ff0b0
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ export default function PullRequests() {
path: `/api/v1/repos/${repoMetadata?.path}/+/pullreq`,
queryParams: {
limit: String(LIST_FETCHING_LIMIT),
exclude_description: true,
page: browserParams.page,
sort: filter == PullRequestFilterOption.MERGED ? 'merged' : 'number',
order: 'desc',