Browse Source

master data initialization handling

master
Flo Smilari 4 years ago
parent
commit
cb2a155878
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Pages/IndexPage.razor

+ 1
- 1
Pages/IndexPage.razor View File

@@ -34,7 +34,7 @@
@code {
private bool btnDisabled = true;
private bool showProgressCircle = true;
private bool showProgressCircle = false;
protected async override void OnInitialized() {
base.OnInitialized();

Loading…
Cancel
Save