CLEANUP Refactored note upsert to use redux modals.
This commit is contained in:
@@ -11,7 +11,8 @@ const baseModal = {
|
||||
const INITIAL_STATE = {
|
||||
jobLineEdit: { ...baseModal },
|
||||
invoiceEnter: { ...baseModal },
|
||||
courtesyCarReturn: { ...baseModal }
|
||||
courtesyCarReturn: { ...baseModal },
|
||||
noteUpsert: { ...baseModal }
|
||||
};
|
||||
|
||||
const modalsReducer = (state = INITIAL_STATE, action) => {
|
||||
|
||||
Reference in New Issue
Block a user