Fix broken link
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
c38a46a4de
commit
f7ed3a7015
@@ -24,6 +24,7 @@ const linkedControlFragment = graphql`
|
||||
name
|
||||
sectionTitle
|
||||
framework {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
@@ -138,7 +139,9 @@ function ControlRow(props: {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
return (
|
||||
<Tr to={`/organizations/${organizationId}/controls/${control.id}`}>
|
||||
<Tr
|
||||
to={`/organizations/${organizationId}/frameworks/${control.framework.id}/controls/${control.id}`}
|
||||
>
|
||||
<Td>
|
||||
<span className="inline-flex gap-2 items-center">
|
||||
{control.framework.name}{" "}
|
||||
|
||||
Reference in New Issue
Block a user