Browse Source

Update FeatureManagementModal.razor

pull/29/head
netty2019 2 years ago
committed by GitHub
parent
commit
959efe8a49
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Components/FeatureManagementModal.razor

6
modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Components/FeatureManagementModal.razor

@ -5,7 +5,6 @@
@using Microsoft.Extensions.Options
@using Volo.Abp.Validation.StringValues
@inherits AbpFeatureManagementComponentBase
@implements IReuseTabsPage
<Modal Title="@L["Features"]"
Visible="@_visible"
OnOk="@SaveAsync"
@ -78,8 +77,3 @@
}
}
</Modal>
@code {
public RenderFragment GetPageTitle() =>
@<div>L["Features"]</div>;
}
Loading…
Cancel
Save