diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/issues/IssuesPage/IssuesPage.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/issues/IssuesPage/IssuesPage.jsx index 0eeded355f..1b4d157ca9 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/issues/IssuesPage/IssuesPage.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/issues/IssuesPage/IssuesPage.jsx @@ -376,9 +376,11 @@ function IssuesPage() { filterSubCategory = filterSubCategory.concat(categoryToSubCategories[issue]) }) + const collectionIdsArray = filterCollectionsId.map((x) => {return x.toString()}) + let obj = { 'filterStatus': filterStatus, - 'filterCollectionsId': [filterCollectionsId.toString()], + 'filterCollectionsId': collectionIdsArray, 'filterSeverity': filterSeverity, filterSubCategory: filterSubCategory, startEpoch: [startTimestamp.toString()]