upatee
This commit is contained in:
@@ -62,7 +62,6 @@ const RegisteredCorporateAddNewModal = ({ isOpen, onClose }) => {
|
|||||||
|
|
||||||
const handlePhoneChange = (value, country) => {
|
const handlePhoneChange = (value, country) => {
|
||||||
const countryCode = `+${country.dialCode}`;
|
const countryCode = `+${country.dialCode}`;
|
||||||
setIsdCode(countryCode);
|
|
||||||
let numberWithoutISD = value;
|
let numberWithoutISD = value;
|
||||||
|
|
||||||
setPhone(numberWithoutISD);
|
setPhone(numberWithoutISD);
|
||||||
|
|||||||
Reference in New Issue
Block a user