From 3ac92ed10a886785136208c5396b0fc994ef67f7 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Fri, 17 Jan 2025 11:03:12 +0100 Subject: [PATCH] fix(findings): remove filter delta_in applied by default (#6578) --- 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 5312cfb977..0d35cac8c4 100644 --- a/ui/app/(prowler)/findings/page.tsx +++ b/ui/app/(prowler)/findings/page.tsx @@ -35,7 +35,6 @@ export default async function Findings({ // Extract all filter parameters and combine with default filters const defaultFilters = { "filter[status__in]": "FAIL, PASS", - "filter[delta__in]": "new", }; const filters: Record = {