fix: expose param override audits for sensitive message fields (#4974)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user