Added report center IO-636
This commit is contained in:
@@ -55,3 +55,8 @@ export const selectJobCosting = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.jobCosting
|
||||
);
|
||||
|
||||
export const selectReportCenter = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.reportCenter
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user