mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 09:04:56 +00:00
push bug fixes
This commit is contained in:
@ -210,7 +210,7 @@ class ScheduleTableWidget extends StatelessWidget {
|
||||
}
|
||||
|
||||
String _getSelectedDays(List<bool> selectedDays) {
|
||||
final days = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'];
|
||||
final days = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
|
||||
List<String> selectedDaysStr = [];
|
||||
for (int i = 0; i < selectedDays.length; i++) {
|
||||
if (selectedDays[i]) {
|
||||
|
||||
Reference in New Issue
Block a user