Skip to content

Commit

Permalink
stylecop
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Jan 13, 2024
1 parent 7411145 commit acd7719
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
@code {
private GridUserState gridUserState = new();
private string serializedGridUserState; // replace this field with your own storage (e.g. local storage or database)
private bool serializedGridUserStateValid = true;
private async Task<GridDataProviderResult<EmployeeDto>> GetGridData(GridDataProviderRequest<EmployeeDto> request)
{
Expand Down

0 comments on commit acd7719

Please sign in to comment.