@ -28,7 +28,7 @@ export const FormPhoneFieldInput = ({
|
||||
onPersist({
|
||||
primaryPhoneCountryCode: newCountry,
|
||||
primaryPhoneCallingCode: newCallingCode,
|
||||
primaryPhoneNumber: '',
|
||||
primaryPhoneNumber: defaultValue?.primaryPhoneNumber || '',
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user