IO-766 Added Disk Scan for estimates.
This commit is contained in:
@@ -21,6 +21,10 @@ export const selectScheduleLoad = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.scheduleLoad.load
|
||||
);
|
||||
export const selectPartnerVersion = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.partnerVersion
|
||||
);
|
||||
|
||||
export const selectScheduleLoadCalculating = createSelector(
|
||||
[selectApplication],
|
||||
|
||||
Reference in New Issue
Block a user