fix removing tags from local libraries (#2616)

This commit is contained in:
Jason Dove
2025-11-09 13:30:37 -06:00
committed by GitHub
parent ac361b3165
commit 9d2cff53c5
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
public ProgramScheduleViewModel Schedule { get; set; }
[Parameter]
public IEnumerable<ProgramScheduleItemViewModel> Items { get; set; }
public List<ProgramScheduleItemViewModel> Items { get; set; }
private string _info;
private ElementReference _infoView;