From c14c7825c484f17ce16cf0b83467b69d0e8824c8 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 3 Sep 2021 11:19:29 +0800 Subject: [PATCH] Update FeatureManagementModal.cshtml.cs --- .../Pages/FeatureManagement/FeatureManagementModal.cshtml.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs index 33df374c50..9598c9a46a 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs @@ -22,9 +22,6 @@ namespace Volo.Abp.FeatureManagement.Web.Pages.FeatureManagement [BindProperty(SupportsGet = true)] public string ProviderKey { get; set; } - [BindProperty(SupportsGet = true)] - public string ProviderKeyDisplayName { get; set; } - [BindProperty] public List FeatureGroups { get; set; }