Added parts receive modal & line status component IO-567
This commit is contained in:
@@ -60,3 +60,8 @@ export const selectReportCenter = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.reportCenter
|
||||
);
|
||||
|
||||
export const selectPartsReceive = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.partsReceive
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user