Skip to content

Commit

Permalink
Merge pull request #8228 from michaelchadwick/frontend-3430-persist-c…
Browse files Browse the repository at this point in the history
…alendar-options

remember Calendar courseFilters setting across hide/show filter toggle
  • Loading branch information
dartajax authored Nov 19, 2024
2 parents ba0de62 + 9b37de2 commit e80bc87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default class DashboardCalendarController extends Controller {
if (this.showFilters) {
this.showFilters = false;
this.academicYear = null;
this.courseFilters = true;
} else {
this.showFilters = true;
}
Expand Down

0 comments on commit e80bc87

Please sign in to comment.