mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(schedule): months title
This commit is contained in:
parent
bc500c8853
commit
d31ebd3dea
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user