remove self hosted expansion flag in favor of grouping hosted expansion with hosted purhcase and it's flag.

Этот коммит содержится в:
Conor Macpherson
2023-04-17 16:11:43 -04:00
родитель 2cd40d6560
Коммит f613c655e7
6 изменённых файлов: 4 добавлений и 12 удалений

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

@@ -369,7 +369,6 @@ export type ServiceSettings = {
EnableCustomGroups: boolean;
SelfHostedPurchase: boolean;
AllowSyncedDrafts: boolean;
SelfHostedExpansion: boolean;
};
export type TeamSettings = {