Commit b6245d4c authored by Muhammadali's avatar Muhammadali

update-

parent f6781259
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.2.8", "version": "3.2.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -113,7 +113,7 @@ const ModalPhoneNumpad = ({ ...@@ -113,7 +113,7 @@ const ModalPhoneNumpad = ({
} }
if (selectedNumber) { if (selectedNumber) {
console.log('call_history: ', call_history, numberSelectHistory); console.log('call_history: ', call_history, numberSelectHistory);
// setInputValue(selectedNumber); setInputValue(selectedNumber);
} }
} }
}, [numberSelectHistory]); }, [numberSelectHistory]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment