Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure headers are lists in CalendarBase.cs
Converted results of GetColumnHeaders() and GetRowHeaders() to lists before assigning to _columnHeaders and _rowHeaders in CalendarBase.cs. This change ensures consistency and allows for list-specific operations.
- Loading branch information