Remove FeatureFlags.Space entirely
This commit is contained in:
parent
00dcbf4a7f
commit
0bc8b16079
6 changed files with 7 additions and 63 deletions
|
|
@ -70,12 +70,6 @@ enum class FeatureFlags(
|
|||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
Space(
|
||||
key = "feature.space",
|
||||
title = "Spaces",
|
||||
defaultValue = { true },
|
||||
isFinished = true,
|
||||
),
|
||||
SpaceSettings(
|
||||
key = "feature.spaceSettings",
|
||||
title = "Space settings",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue