feat(Documents) Notes/Docs page improvements and warning cleanup

This commit is contained in:
2022-04-07 13:30:00 -04:00
parent b270453030
commit d82e60efdf
223 changed files with 4396 additions and 2861 deletions
+2 -2
View File
@@ -35,10 +35,10 @@
@code {
//TODO Clean up
[Parameter]
public string Label { get; set; }
public string Label { get; set; } = default!;
[Parameter]
public string Info { get; set; }
public string Info { get; set; } = default!;
[Parameter]
public RenderFragment? Display { get; set; }