diff --git a/model/feature_flags.go b/model/feature_flags.go index 83272a9a88..29d4c015fd 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -42,9 +42,6 @@ type FeatureFlags struct { // A dash separated list for feature flags to turn on for Boards BoardsFeatureFlags string - // A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle") - InviteToTeam string - CustomGroups bool // Enable DataRetention for Boards @@ -95,7 +92,6 @@ func (f *FeatureFlags) SetDefaults() { f.PermalinkPreviews = true f.CallsMobile = false f.BoardsFeatureFlags = "" - f.InviteToTeam = "none" f.CustomGroups = true f.BoardsDataRetention = false f.NormalizeLdapDNs = false