diff --git a/client/src/app/api/rest.ts b/client/src/app/api/rest.ts index e9b06be9e9..701d558452 100644 --- a/client/src/app/api/rest.ts +++ b/client/src/app/api/rest.ts @@ -515,7 +515,8 @@ export const getIssueReports = ( ANALYSIS_REPORT_APP_ISSUES.replace( "/:applicationId/", `/${String(applicationId)}/` - ) + ), + params ); export const getIssues = (params: HubRequestParams = {}) =>