fix(findings): remove filter delta_in applied by default (#6578)

This commit is contained in:
Pablo Lara
2025-01-17 11:03:12 +01:00
committed by GitHub
parent 43c76ca85c
commit 3ac92ed10a
-1
View File
@@ -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> = {