From 18f8ecc5a22b36f1790a5b012bc23ce9dc744011 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Fri, 20 Dec 2024 09:36:01 +0100 Subject: [PATCH] chore(findings): remove delta new as filter by default in findings (#6280) (cherry picked from commit 4472b80f1c83cb85769e95c7f3ee31446a94430b) --- 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 = {