Skip to content

Commit

Permalink
fix: allocation milestone as alert state
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Nov 25, 2024
1 parent 0b50299 commit ca1a1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/constants/milestones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default function getMilestones(): Milestone[] {
{
from: new Date('2025-01-11T17:00:00+0100'),
id: 'e6-allocation-window',
isAllocationWindowMilestone: true,
label: i18n.t('views.projects.projectsTimelineWidget.allocationWindow'),
shouldUseThirdPersonSingularVerb: true,
to: new Date('2025-01-25T17:00:00+0100'),
Expand Down

0 comments on commit ca1a1a5

Please sign in to comment.