fix catena update hwopt
This commit is contained in:
@@ -33,7 +33,7 @@ namespace WebWindowComplex.Compo
|
||||
public EventCallback<int> EC_FirstHwOptionList { get; set; }
|
||||
|
||||
[CascadingParameter(Name = "IsLoading")]
|
||||
public List<string> IsLoading { get; set; }
|
||||
public List<string> IsLoading { get; set; } = new List<string>();
|
||||
|
||||
private bool hwOptCollapsed { get; set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user