Skip to content

Commit

Permalink
remove duplicate dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jan 24, 2024
1 parent c0ebefd commit abd9926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Maui.DataGrid.Sample/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public class MainViewModel : ViewModelBase
{
public MainViewModel()
{
var teams = DummyDataProvider.GetTeams();
Teams = [.. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams, .. teams];
Teams = DummyDataProvider.GetTeams();
TeamColumnVisible = true;
WonColumnVisible = true;
HeaderBordersVisible = true;
Expand Down

0 comments on commit abd9926

Please sign in to comment.