mirror of
https://github.com/rustfs/console.git
synced 2026-08-29 03:52:28 +08:00
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
export function canManageNotifyBackedFeature(notifyEnabled: boolean | undefined) {
|
|
return notifyEnabled === true
|
|
}
|