fix: VAN-1090 - Handled country field's errors on empty field (#643)
This commit is contained in:
@@ -111,6 +111,7 @@ const reducer = (state = defaultState, action) => {
|
||||
registrationFormData: {
|
||||
...state.registrationFormData,
|
||||
country: countryCode,
|
||||
errors: { ...state.registrationFormData.errors, country: '' },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user