Added read only invocies. Removed added reducer coe that was needed BOD-408
This commit is contained in:
@@ -43,8 +43,3 @@ export const setJobReadOnly = (bool) => ({
|
||||
type: ApplicationActionTypes.SET_JOB_READONLY,
|
||||
payload: bool,
|
||||
});
|
||||
|
||||
export const setBillReadOnly = (bool) => ({
|
||||
type: ApplicationActionTypes.SET_BILL_READONLY,
|
||||
payload: bool,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user