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