revert event list order

This commit is contained in:
Eudes Inácio
2023-11-06 14:45:50 +01:00
parent 7c91424d1b
commit e352956350
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ export class ListBoxService {
if(this.CanPush(event, selectedDate)) days[otherDays].push(EndEvent)
}
days[otherDays] = days[otherDays].reverse()
days[otherDays] = days[otherDays]
}