Merge work.
This commit is contained in:
@@ -31,3 +31,13 @@ export const selectSelectedHeader = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.selectedHeader
|
||||
);
|
||||
|
||||
export const selectJobReadOnly = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.jobReadOnly
|
||||
);
|
||||
|
||||
export const selectBillReadOnly = createSelector(
|
||||
[selectApplication],
|
||||
(application) => application.billReadOnly
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user