removed feature flag for Advanced Text Editor (#21221)

Этот коммит содержится в:
Michel Engelen
2022-10-05 21:38:34 +02:00
коммит произвёл GitHub
родитель e599a6cbf3
Коммит 203df2f537

Просмотреть файл

@@ -67,8 +67,6 @@ type FeatureFlags struct {
CommandPalette bool
AdvancedTextEditor bool
// Enable Boards as a product (multi-product architecture)
BoardsProduct bool
@@ -98,7 +96,6 @@ func (f *FeatureFlags) SetDefaults() {
f.GraphQL = false
f.InsightsEnabled = true
f.CommandPalette = false
f.AdvancedTextEditor = true
f.CallsEnabled = true
f.BoardsProduct = false
f.PlanUpgradeButtonText = "upgrade"