CLEANUP Refactored parts order to use redux modals.

This commit is contained in:
Patrick Fic
2020-04-02 17:59:42 -07:00
parent 7254622f52
commit fe002b0dff
11 changed files with 306 additions and 177 deletions

View File

@@ -13,7 +13,8 @@ const INITIAL_STATE = {
invoiceEnter: { ...baseModal },
courtesyCarReturn: { ...baseModal },
noteUpsert: { ...baseModal },
schedule: { ...baseModal }
schedule: { ...baseModal },
partsOrder: { ...baseModal }
};
const modalsReducer = (state = INITIAL_STATE, action) => {