Skip to content

Commit

Permalink
Update modules/feature-management/src/Volo.Abp.FeatureManagement.Blaz…
Browse files Browse the repository at this point in the history
…or/Components/FeatureManagementModal.razor

Co-authored-by: Enis Necipoglu <[email protected]>
  • Loading branch information
malikmasis and enisn authored Dec 26, 2022
1 parent 5d18394 commit 37b1ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ModalHeader>
@if (Groups == null || !Groups.Any())
{
<span>@L["NoFeatureFoundMessage"]</span>
<span class="m-3">@L["NoFeatureFoundMessage"]</span>
}
else
{
Expand Down

0 comments on commit 37b1ad6

Please sign in to comment.