mirror of
https://github.com/rustfs/console.git
synced 2026-08-31 01:37:52 +08:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
export function canManageNotifyBackedFeature(notifyEnabled) {
|
|
return notifyEnabled !== false
|
|
}
|