mirror of
https://github.com/rustfs/console.git
synced 2026-08-28 19:47:21 +08:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
export function canManageAuditTargets(auditEnabled) {
|
|
return auditEnabled !== false
|
|
}
|