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