Fix missing risk score on risk detail page

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-06-30 14:35:32 +02:00
parent 8b9e0a66eb
commit cc655e90be
3 changed files with 80 additions and 62 deletions

View File

@@ -106,6 +106,8 @@ export const riskNodeQuery = graphql`
fullName
}
note
inherentRiskScore
residualRiskScore
measuresInfo: measures(first: 0) {
totalCount
}