Skip to content

Commit

Permalink
Add TODO for bug in the vulnerabilities table
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Jun 25, 2024
1 parent 9ae7748 commit a4249ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Vulnerabilities/Vulnerabilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export const Vulnerabilities: React.FC<{ groupBy?: string }> = ({
}
}
];

// TODO: Get server side filtering and client side filtering to work together or replace one.
return (
<Root>
<div className={classesVulns.contentWrapper}>
Expand Down

0 comments on commit a4249ae

Please sign in to comment.