chore(findings): apply default filter to show failed findings (#7356)

This commit is contained in:
Pablo Lara
2025-03-24 15:38:09 +01:00
committed by Pepe Fagoaga
parent b32f0997f5
commit aeb3bdc779
@@ -9,7 +9,7 @@ interface LinkToFindingsProps {
export const LinkToFindingsFromScan = ({ scanId }: LinkToFindingsProps) => {
return (
<CustomButton
asLink={`/findings?filter[scan__in]=${scanId}`}
asLink={`/findings?filter[scan__in]=${scanId}&filter[status__in]=FAIL`}
ariaLabel="Go to Findings page"
variant="solid"
color="action"