Minor styling update.
This commit is contained in:
@@ -188,15 +188,6 @@
|
||||
Value="@ToDto(Value.ReleaseDateEnd)"
|
||||
ValueChanged="@(value => Update(Value with { ReleaseDateEnd = FromDto(value) }))" />
|
||||
</div>
|
||||
<div class="search-filter-control-span-2">
|
||||
<BitDropdown Prefix="Sort"
|
||||
Items="sortOptions"
|
||||
Placeholder="Select..."
|
||||
TItem="BitDropdownItem<VoiceWorkSort>"
|
||||
TValue="VoiceWorkSort"
|
||||
Value="@Value.Sort"
|
||||
ValueChanged="@(value => Update(Value with { Sort = value }))" />
|
||||
</div>
|
||||
@* <div class="search-filter-control-span-1">
|
||||
<BitSlider Label="Downloads" Min="0" Max="100000" Value="MinDownloads" ValueChanged="OnMinDownloadsChanged" />
|
||||
</div> *@
|
||||
|
||||
Reference in New Issue
Block a user