moved assignment editing to its own page

This commit is contained in:
2023-08-31 15:12:01 -06:00
parent 3ae110d22a
commit ebb9cd4d2e
9 changed files with 145 additions and 103 deletions

View File

@@ -17,8 +17,8 @@
private bool showNewFile { get; set; } = false;
protected override void OnInitialized()
{
planner.StateHasChanged += reload;
planner.LocalCourse = null;
planner.StateHasChanged += reload;
}
private void reload()