working on changing navigation

This commit is contained in:
2023-08-29 13:08:14 -06:00
parent a1a9a7a79c
commit 146e3b73e2
3 changed files with 40 additions and 3 deletions

View File

@@ -13,8 +13,7 @@
@inject CoursePlanner planner
@code
{
@code {
private bool showNewFile { get; set; } = false;
protected override void OnInitialized()
{