Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKamberger committed Nov 26, 2024
1 parent b49aa4e commit 5198114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blazorbootstrap/Components/Grid/Grid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
{
await RefreshDataAsync(firstRender);
isFirstRenderComplete = true;
}
}

await base.OnAfterRenderAsync(firstRender);
}
Expand Down

0 comments on commit 5198114

Please sign in to comment.