From 3a003ca4bf9c1227cdf649aff6437af65a6c3acc Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 15 Feb 2021 15:24:23 +0300 Subject: [PATCH] CmsKit - Re-enable PagesFeature for Unified project --- .../cms-kit/host/Volo.CmsKit.Host.Shared/FeatureConfigurer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cms-kit/host/Volo.CmsKit.Host.Shared/FeatureConfigurer.cs b/modules/cms-kit/host/Volo.CmsKit.Host.Shared/FeatureConfigurer.cs index b108d08b02..e7963d7c39 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Host.Shared/FeatureConfigurer.cs +++ b/modules/cms-kit/host/Volo.CmsKit.Host.Shared/FeatureConfigurer.cs @@ -13,7 +13,6 @@ namespace Volo.CmsKit OneTimeRunner.Run(() => { GlobalFeatureManager.Instance.Modules.CmsKit().EnableAll(); - GlobalFeatureManager.Instance.Modules.CmsKit().Disable(); }); } }