Skip to content

Commit

Permalink
Adds MODERNCALENDAR to ViewType2 allowed values list
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Aug 15, 2022
1 parent b303ca9 commit 5208f21
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public enum ViewType2
/// <summary>
/// Kanban Mode
/// </summary>
KANBAN
KANBAN,

/// <summary>
/// Modern Calendar Mode
/// </summary>
MODERNCALENDAR
}
}

0 comments on commit 5208f21

Please sign in to comment.