Skip to content

Commit a66220a

Browse files
Updated kanban column review corrections.
1 parent 0898c59 commit a66220a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/Kanban-Board/Column.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ kanban.ItemsSource = viewModel.Cards;
317317
kanban.Columns.Add(new KanbanColumn
318318
{
319319
Title = "To Do",
320-
Categories = new List<object> { "object", "Postponed" },
320+
Categories = new List<object> { "Open", "Postponed" },
321321
Background = Color.FromArgb("#D6EAF5")
322322
});
323323

@@ -801,7 +801,7 @@ KanbanPlaceholderStyle placeholderStyle = new KanbanPlaceholderStyle
801801
kanban.Columns.Add(new KanbanColumn
802802
{
803803
Title = "To Do",
804-
Categories = new List<object> { "object", "Postponed" },
804+
Categories = new List<object> { "Open", "Postponed" },
805805
Background = Color.FromArgb("#D6EAF5"),
806806
PlaceholderStyle = placeholderStyle
807807
});

0 commit comments

Comments
 (0)