Skip to content

Commit

Permalink
feat: move monday-friday setting up
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 19, 2024
1 parent e70b834 commit 3e9bdf1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export class DialogEditTaskRepeatCfgComponent implements OnInit, OnDestroy {
value: 'DAILY',
label: this._translateService.instant(T.F.TASK_REPEAT.F.Q_DAILY),
},
{
value: 'MONDAY_TO_FRIDAY',
label: this._translateService.instant(T.F.TASK_REPEAT.F.Q_MONDAY_TO_FRIDAY),
},
{
value: 'WEEKLY_CURRENT_WEEKDAY',
label: this._translateService.instant(
Expand All @@ -125,10 +129,6 @@ export class DialogEditTaskRepeatCfgComponent implements OnInit, OnDestroy {
dateDayStr,
}),
},
{
value: 'MONDAY_TO_FRIDAY',
label: this._translateService.instant(T.F.TASK_REPEAT.F.Q_MONDAY_TO_FRIDAY),
},
{
value: 'YEARLY_CURRENT_DATE',
label: this._translateService.instant(T.F.TASK_REPEAT.F.Q_YEARLY_CURRENT_DATE, {
Expand Down

0 comments on commit 3e9bdf1

Please sign in to comment.