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