Skip to content

Commit

Permalink
Merge pull request #769 from Blazam-App/v1-Dev
Browse files Browse the repository at this point in the history
Fix for Stale Users Widget refresh button not working
  • Loading branch information
jacobsen9026 authored Jan 25, 2025
2 parents 8004521 + 5e2a13a commit 268d267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BLAZAMGui/UI/Dashboard/Widgets/StaleUsersWidget.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
await InvokeAsync(StateHasChanged);

}
async Task RefreshData()
protected override async Task RefreshData()
{

LoadingData = true;
Expand Down

0 comments on commit 268d267

Please sign in to comment.