Typo on CurrentCount upper/lower case (#22492)
parent
7b6e8f5cfb
commit
b0fa97b12f
|
@ -385,7 +385,7 @@ else
|
|||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
var result = await ProtectedSessionStore.GetAsync<int>("count");
|
||||
currentCount = result.Success ? result.Value : 0;
|
||||
CurrentCount = result.Success ? result.Value : 0;
|
||||
isLoaded = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue