fix: expose param override audits for sensitive message fields (#4974)

This commit is contained in:
Seefs
2026-05-19 18:28:03 +08:00
committed by GitHub
parent 146dd77b83
commit 0d4b25795a
3 changed files with 114 additions and 13 deletions
@@ -985,9 +985,8 @@ export function DetailsDialog(props: DetailsDialogProps) {
</DetailSection>
)}
{/* Param override (admin only) */}
{props.isAdmin &&
other?.po &&
{/* Param override */}
{other?.po &&
Array.isArray(other.po) &&
other.po.length > 0 && (
<DetailSection