Commit f6781259 authored by Muhammadali's avatar Muhammadali

update-

parent 0a5b55b5
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.2.7", "version": "3.2.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -112,7 +112,7 @@ const ModalPhoneNumpad = ({ ...@@ -112,7 +112,7 @@ const ModalPhoneNumpad = ({
setNumberSelectHistory('zero'); setNumberSelectHistory('zero');
} }
if (selectedNumber) { if (selectedNumber) {
console.log('call_history: ', call_history); console.log('call_history: ', call_history, numberSelectHistory);
// setInputValue(selectedNumber); // setInputValue(selectedNumber);
} }
} }
......
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