IO-1914 Add manual inventory and edit.
This commit is contained in:
@@ -70,6 +70,10 @@ export const selectContractFinder = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.contractFinder
|
||||
);
|
||||
export const selectInventoryUpsert = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.inventoryUpsert
|
||||
);
|
||||
|
||||
export const selectCaBcEtfTableConvert = createSelector(
|
||||
[selectModals],
|
||||
|
||||
Reference in New Issue
Block a user