Skip to content

Commit

Permalink
fix(findings): remove filter delta_in applied by default (#6579)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Lara <[email protected]>
  • Loading branch information
prowler-bot and paabloLC authored Jan 17, 2025
1 parent 44de651 commit 94916f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/(prowler)/findings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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> = {
Expand Down

0 comments on commit 94916f8

Please sign in to comment.