Remove empty

save-path-regex
Pat Hartl 2023-11-05 01:31:37 -05:00
parent bd15ceaa5b
commit 4393c8fdff
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@
@inject NavigationManager NavigationManager
<Space Direction="DirectionVHType.Vertical" Size="@("large")" Style="width: 100%">
@if (Values == null || Values.Count == 0)
{
<Empty />
}
<SpaceItem>
<Table TItem="ServerHttpPath" DataSource="@Values" HidePagination="true" Responsive>
<PropertyColumn Property="p => p.LocalPath" Title="Local Path">