Tech login and checklist fixes.
This commit is contained in:
@@ -16,6 +16,7 @@ const applicationReducer = (state = INITIAL_STATE, action) => {
|
||||
return {
|
||||
...state,
|
||||
technician: null,
|
||||
loginError: null,
|
||||
};
|
||||
case TechActionTypes.TECH_LOGIN_START:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user