Added back a deleted URL character
This commit is contained in:
parent
bcce516c66
commit
c132f495b4
@ -1099,7 +1099,7 @@ class ScheduleCalendarTab extends Component {
|
||||
StartDate: info.startStr,
|
||||
EndDate: info.endStr,
|
||||
}
|
||||
_app.current.request('/schedule/lis', req)
|
||||
_app.current.request('/schedule/list', req)
|
||||
.then(data => {
|
||||
const fullcalendarEvents = data.ScheduleEvents.map(sch => {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user