mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
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:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user