resolved warnings

This commit is contained in:
2023-07-24 14:31:20 -06:00
parent 6232a7a94e
commit d1383fe1d4
17 changed files with 261 additions and 134 deletions

View File

@@ -4,7 +4,7 @@
@code {
[Parameter, EditorRequired]
public string ModuleName { get; set; }
public string ModuleName { get; set; } = "";
[Parameter]
public EventCallback OnSubmit { get; set; }