Browse Source
Update FeatureManagementModal buttons
pull/18842/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
2 additions and
2 deletions
-
modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Components/FeatureManagementModal.razor
|
|
|
@ -95,8 +95,8 @@ |
|
|
|
</Tabs> |
|
|
|
</ModalBody> |
|
|
|
<ModalFooter> |
|
|
|
<Button Color="Color.Primary" Clicked="@(async () => await DeleteAsync(ProviderName,ProviderKey))">@L["ResetToDefault"]</Button> |
|
|
|
<Button Color="Color.Secondary" Clicked="CloseModal">@L["Cancel"]</Button> |
|
|
|
<Button class="btn btn-link" Clicked="CloseModal">@L["Cancel"]</Button> |
|
|
|
<Button Color="Color.Primary" Outline Clicked="@(async () => await DeleteAsync(ProviderName,ProviderKey))">@L["ResetToDefault"]</Button> |
|
|
|
<Button Color="Color.Primary" Clicked="SaveAsync">@L["Save"]</Button> |
|
|
|
</ModalFooter> |
|
|
|
} |
|
|
|
|