Browse Source

Update FeatureManagementModal.cshtml.cs

pull/9963/head
maliming 5 years ago
committed by GitHub
parent
commit
c14c7825c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs

3
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<FeatureGroupViewModel> FeatureGroups { get; set; }

Loading…
Cancel
Save