mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fix error state handling
This commit is contained in:
parent
eb7c13d719
commit
865e11844e
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ export default function reducer(state = initialState, action = {}) {
|
|||
return {
|
||||
...state,
|
||||
saveContactDetailsInProgress: true,
|
||||
saveContactDetailsError: null,
|
||||
saveEmailError: null,
|
||||
savePhoneNumberError: null,
|
||||
contactDetailsChanged: false,
|
||||
};
|
||||
case SAVE_CONTACT_DETAILS_SUCCESS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue