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

This commit is contained in:
Pablo Lara
2024-12-20 09:36:01 +01:00
committed by GitHub
parent 577eb3eec9
commit 4472b80f1c
-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> = {