File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/pages/email/resources/management/list-rooms Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,15 +165,18 @@ Line Islands Standard Time (UTC+14:00) Kiritimati Island`;
165
165
} ) . filter ( Boolean ) ;
166
166
} ;
167
167
168
- // Work days options - just using the actual days
168
+ // Work days options
169
169
const workDaysOptions = [
170
170
{ value : "Sunday" , label : "Sunday" } ,
171
171
{ value : "Monday" , label : "Monday" } ,
172
172
{ value : "Tuesday" , label : "Tuesday" } ,
173
173
{ value : "Wednesday" , label : "Wednesday" } ,
174
174
{ value : "Thursday" , label : "Thursday" } ,
175
175
{ value : "Friday" , label : "Friday" } ,
176
- { value : "Saturday" , label : "Saturday" }
176
+ { value : "Saturday" , label : "Saturday" } ,
177
+ { value : "WeekDay" , label : "Weekdays (Monday-Friday)" } ,
178
+ { value : "WeekendDay" , label : "Weekend (Saturday-Sunday)" } ,
179
+ { value : "AllDays" , label : "All Days" }
177
180
] ;
178
181
179
182
// Automation Processing Options
You can’t perform that action at this time.
0 commit comments