Enabled NotificationSettings by default, Fix spacing, use activeMemberCount for isOneToOne.
- Enabled Notification Settings by default - Fix spacing - Use activeMemberCount for isOneToOne
This commit is contained in:
parent
48e24a0b6a
commit
5e8cb958f8
5 changed files with 4 additions and 7 deletions
|
|
@ -41,8 +41,7 @@ enum class FeatureFlags(
|
|||
NotificationSettings(
|
||||
key = "feature.notificationsettings",
|
||||
title = "Show notification settings",
|
||||
// Do not forget to edit StaticFeatureFlagProvider when enabling the feature.
|
||||
defaultValue = false,
|
||||
defaultValue = true,
|
||||
),
|
||||
RichTextEditor(
|
||||
key = "feature.richtexteditor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue