Cleanup on schedule modal + begin smart scheduling BOD-4
This commit is contained in:
@@ -106,10 +106,5 @@ export function* calculateScheduleLoad({ payload: end }) {
|
||||
}
|
||||
|
||||
export function* applicationSagas() {
|
||||
yield all([
|
||||
call(onCalculateScheduleLoad),
|
||||
// call(onSendEmailFailure),
|
||||
// call(onSendEmailSuccess)
|
||||
//call(onRenderTemplate),
|
||||
]);
|
||||
yield all([call(onCalculateScheduleLoad)]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user