mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Wed Aug 21 20:32:22 CEST 2024
This commit is contained in:
@@ -256,7 +256,7 @@ namespace ServiceLib.ViewModels
|
||||
{
|
||||
return;
|
||||
}
|
||||
foreach (var it in SelectedSources)
|
||||
foreach (var it in SelectedSources ?? [SelectedSource])
|
||||
{
|
||||
var item = LazyConfig.Instance.GetRoutingItem(it?.id);
|
||||
if (item != null)
|
||||
|
||||
Reference in New Issue
Block a user