fix progressindicator value on hide
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
|
||||
public void HideProgressIndicator()
|
||||
{
|
||||
progressindicator = true;
|
||||
progressindicator = false;
|
||||
StateHasChanged();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user