Skip to content

Commit b5cec10

Browse files
authored
Merge pull request #2208 from akto-api-security/hotfix/test_number
Shows the correct test number
2 parents 7ff1895 + ec254ec commit b5cec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/TestRunsPage/TestrunsBannerComponent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function TestrunsBannerComponent({isInventory,onButtonClick}) {
5555
)
5656

5757
const subCategoryMap = LocalStore.getState().subCategoryMap;
58-
let defaultCount = Math.max(Object.keys(subCategoryMap).length,850);
58+
let defaultCount = Math.max(Object.keys(subCategoryMap).length,1000);
5959
defaultCount = Math.floor(defaultCount / 50) * 50
6060
return (
6161
<BannerLayout

0 commit comments

Comments
 (0)