mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
resolved warnings
This commit is contained in:
@@ -5,14 +5,11 @@
|
||||
|
||||
@code
|
||||
{
|
||||
public IEnumerable<LocalCourse> localCourses { get; set; }
|
||||
public IEnumerable<LocalCourse>? localCourses { get; set; }
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
localCourses = await yamlManager.LoadSavedCourses();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@if(localCourses != null)
|
||||
|
||||
Reference in New Issue
Block a user