@if (!string.IsNullOrEmpty(_error))
{
@_error
}
@if (_all.Count > 0)
{
@SelectedSites.Count selected
@foreach (var s in Filtered)
{
}
@if (!Filtered.Any())
{
No sites match the filter.
}
}
else if (!_loading)
{
Click “Load sites” to list the tenant’s SharePoint sites, then tick the ones to scan.
}
@code {
[Parameter] public TenantProfile Profile { get; set; } = default!;
[Parameter] public List