mirror of
https://github.com/rustfs/console.git
synced 2026-09-01 15:17:45 +08:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export function canManageAuditTargets(auditEnabled: boolean | undefined) {
|
|
return auditEnabled !== false
|
|
}
|