Fix third party assessment header
Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Sacha Al Himdani <SachaProbo@users.noreply.github.com>
This commit is contained in:
@@ -139,7 +139,7 @@ export default function ThirdPartiesPage(props: Props) {
|
||||
<Thead>
|
||||
<Tr>
|
||||
<SortableTh field="NAME">{__("Third party")}</SortableTh>
|
||||
<Th>{__("Accessed At")}</Th>
|
||||
<Th>{__("Assessed At")}</Th>
|
||||
<Th>{__("Data Risk")}</Th>
|
||||
<Th>{__("Business Risk")}</Th>
|
||||
{hasAnyAction && <Th></Th>}
|
||||
|
||||
@@ -199,7 +199,7 @@ export default function ThirdPartyThirdPartiesPage({ queryRef }: Props) {
|
||||
<Thead>
|
||||
<Tr>
|
||||
<SortableTh field="NAME">{__("Third party")}</SortableTh>
|
||||
<Th>{__("Accessed At")}</Th>
|
||||
<Th>{__("Assessed At")}</Th>
|
||||
<Th>{__("Data Risk")}</Th>
|
||||
<Th>{__("Business Risk")}</Th>
|
||||
<Th />
|
||||
|
||||
Reference in New Issue
Block a user