Added read only invocies. Removed added reducer coe that was needed BOD-408
This commit is contained in:
@@ -36,8 +36,3 @@ export const selectJobReadOnly = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.jobReadOnly
|
||||
);
|
||||
|
||||
export const selectBillReadOnly = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.billReadOnly
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user