fixbugwithselectordropdownaddedclockedinlist
This commit is contained in:
@@ -22,3 +22,7 @@ export const selectGettingRates = createSelector(
|
||||
[selectEmployee],
|
||||
(employee) => employee.gettingRates
|
||||
);
|
||||
export const selectTechnician = createSelector(
|
||||
[selectEmployee],
|
||||
(employee) => employee?.currentEmployee?.technician
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user