From 7c2e94d7a4fab939614e3e38eeacd8cc746c7ce8 Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Fri, 20 Dec 2024 09:42:45 +0100 Subject: [PATCH] chore(findings): remove delta new as filter by default in findings (#6281) Co-authored-by: Pablo Lara --- ui/app/(prowler)/findings/page.tsx | 1 - 1 file changed, 1 deletion(-) 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 = {