Commit aed4f1c4 authored by Muhammadali's avatar Muhammadali

update-

parent a480d5dd
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.6.6", "version": "2.6.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -30,6 +30,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata }) => { ...@@ -30,6 +30,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata }) => {
// onSetDnd = window.alovoice_onsetdnd; // onSetDnd = window.alovoice_onsetdnd;
// } // }
console.log('boxdialer_wsphone_data: ', wsphonedata);
const [phoneModal, setPhoneModal] = useState(false); const [phoneModal, setPhoneModal] = useState(false);
const [dynamicValue, setDynamicValue] = useState('pending'); const [dynamicValue, setDynamicValue] = useState('pending');
const [modalState, setModalState] = useState(false); const [modalState, setModalState] = useState(false);
......
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