fix(findings): remove filter delta_in applied by default (#6579)

Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
Prowler Bot
2025-01-17 11:06:07 +01:00
committed by GitHub
parent 44de651be3
commit 94916f8305
-1
View File
@@ -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<string, string> = {