Redux store for recent items. BOD-178
This commit is contained in:
@@ -12,6 +12,11 @@ export const selectBreadcrumbs = createSelector(
|
||||
(application) => application.breadcrumbs
|
||||
);
|
||||
|
||||
export const selectRecentItems = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.recentItems
|
||||
);
|
||||
|
||||
export const selectScheduleLoad = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.scheduleLoad.load
|
||||
|
||||
Reference in New Issue
Block a user