chore(findings): remove delta new as filter by default in findings (#6281)

Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
Prowler Bot
2024-12-20 09:42:45 +01:00
committed by GitHub
parent 17e1472962
commit 7c2e94d7a4
-1
View File
@@ -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> = {