Skip to content

Commit

Permalink
stylecop
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Jan 8, 2024
1 parent 5dabd3a commit 9d94947
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BlazorAppTest/Pages/HxGrid_Issue705_Test.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
@code {
[Parameter] public bool ShowAllColumns { get; set; }

private HxGrid<RowEntry> grid1;

public record RowEntry(string FirstColumn, string SecondColumn, string ThirdColumn);

private Task<GridDataProviderResult<RowEntry>> GetGridData(GridDataProviderRequest<RowEntry> request)
Expand Down

0 comments on commit 9d94947

Please sign in to comment.