Skip to content

Commit

Permalink
fix(schedule): months title
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jun 26, 2024
1 parent bc500c8 commit d31ebd3
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions web/src/components/ScheduleForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,31 @@ const MONTHS = [{
title: 'March',
}, {
id: 4,
title: 'March',
title: 'April',
}, {
id: 5,
title: 'March',
title: 'May',
}, {
id: 6,
title: 'March',
title: 'June',
}, {
id: 7,
title: 'March',
title: 'July',
}, {
id: 8,
title: 'August',
}, {
id: 9,
title: 'September',
}, {
id: 10,
title: 'October',
}, {
id: 11,
title: 'November',
}, {
id: 12,
title: 'December',
}];
const TIMINGS = [{
Expand Down

0 comments on commit d31ebd3

Please sign in to comment.