Revert "[MM-45684] - Self Managed: Add pricing modal + Upgrade button (#20653)" (#20673)

This reverts commit 01fce41bd7.
Этот коммит содержится в:
Allan Guwatudde
2022-07-19 10:34:24 +03:00
коммит произвёл GitHub
родитель 56ce900f7b
Коммит 9e24191137
3 изменённых файлов: 18 добавлений и 25 удалений

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

@@ -56,7 +56,6 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
props["ExperimentalCloudBilling"] = strconv.FormatBool(*c.ExperimentalSettings.CloudBilling)
props["EnableAppBar"] = strconv.FormatBool(*c.ExperimentalSettings.EnableAppBar)
props["EnableUpgradeForSelfHostedStarter"] = strconv.FormatBool(*c.ExperimentalSettings.EnableUpgradeForSelfHostedStarter)
props["ExperimentalEnableAutomaticReplies"] = strconv.FormatBool(*c.TeamSettings.ExperimentalEnableAutomaticReplies)
props["ExperimentalTimezone"] = strconv.FormatBool(*c.DisplaySettings.ExperimentalTimezone)