diff --git a/ui/app/(prowler)/findings/page.tsx b/ui/app/(prowler)/findings/page.tsx index 52801e7259d..8abb29b55ed 100644 --- a/ui/app/(prowler)/findings/page.tsx +++ b/ui/app/(prowler)/findings/page.tsx @@ -140,7 +140,6 @@ const SSRDataTable = async ({ // Extract all filter parameters and combine with default filters const defaultFilters = { "filter[status__in]": "FAIL, PASS", - "filter[delta__in]": "new", }; const filters: Record = {