@if (!string.IsNullOrEmpty(_error))
{
@_error
}
@if (_all.Count > 0)
{
@if (!Single)
{
}
@SelectedSites.Count selected
}
else if (!_loading)
{
Click “Load sites” to list the tenant’s SharePoint sites, then @(Single ? "pick one." : "tick the ones to scan.")
}
@code {
[Parameter] public TenantProfile Profile { get; set; } = default!;
[Parameter] public List