Refactor prospect filtering and sorting components; remove obsolete ProspectFilterControl and enhance ProspectSortControl with filtering capabilities.
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m31s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m31s
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[Parameter] public Func<Task>? OnDataChanged { get; set; }
|
||||
|
||||
}
|
||||
<h5>@(Prospects?.Count ?? 0) Einträge</h5>
|
||||
<h6>@(Prospects?.Count ?? 0) Ergebnisse</h6>
|
||||
|
||||
@if (Prospects?.Any() == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user