Address compiler warnings
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public EventDefinition EventDefinition { get; set; }
|
||||
public required EventDefinition EventDefinition { get; set; }
|
||||
|
||||
private string _attributes;
|
||||
private string _attributes = string.Empty;
|
||||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user