BOD-84 Added base calculations for schedule load
This commit is contained in:
@@ -12,4 +12,9 @@ export const endLoading = (options) => ({
|
||||
export const setBreadcrumbs = (breadcrumbs) => ({
|
||||
type: ApplicationActionTypes.SET_BREAD_CRUMBS,
|
||||
payload: breadcrumbs,
|
||||
});
|
||||
});
|
||||
|
||||
export const calculateScheduleLoad = (rangeEnd) => ({
|
||||
type: ApplicationActionTypes.CALCULATE_SCHEDULE_LOAD,
|
||||
payload: rangeEnd,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user