Skip to content

Commit

Permalink
chore(findings): remove delta new as filter by default in findings (#…
Browse files Browse the repository at this point in the history
…6281)

Co-authored-by: Pablo Lara <larabjj@gmail.com>
  • Loading branch information
prowler-bot and paabloLC authored Dec 20, 2024
1 parent 17e1472 commit 7c2e94d
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 @@ -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<string, string> = {
Expand Down

0 comments on commit 7c2e94d

Please # to comment.