Fix phone input bug
This commit is contained in:
@ -50,7 +50,7 @@ export const PhoneFieldInput = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleChange = (newText: string) => {
|
const handleChange = (newText: string) => {
|
||||||
saveEditModeValue(newText);
|
saveEditModeValue(newText ?? '');
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user