Cleanup on schedule modal + begin smart scheduling BOD-4

This commit is contained in:
Patrick Fic
2020-06-24 08:02:48 -07:00
parent cab080f2de
commit 73ff905b58
11 changed files with 216 additions and 40 deletions

View File

@@ -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)]);
}