fix(webui): bind compliance disposition to help
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-24 11:36:45 +02:00
parent 05e5caa447
commit e898c853e5
5 changed files with 6 additions and 4 deletions
@@ -828,6 +828,8 @@ function ReviewPane({
<DocumentationHelpLink reference={RISK_COMPLIANCE_DOCUMENTATION} />
<Button
variant="primary"
helpContextId="risk_compliance.review.disposition"
helpModuleId="risk_compliance"
onClick={() => setDialogOpen(true)}
disabled={!detail || busy}
disabledReason={!detail ? RISK_COMPLIANCE_I18N.candidateRequired : busy ? RISK_COMPLIANCE_I18N.busy : undefined}