Commit c9d5b49b authored by Muhammadali's avatar Muhammadali

update

parent 1298655f
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.9.3", "version": "1.9.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -39,6 +39,7 @@ const Root = ({ data, onSetDnd }) => { ...@@ -39,6 +39,7 @@ const Root = ({ data, onSetDnd }) => {
onSetDnd = window.alovoice_onsetdnd; onSetDnd = window.alovoice_onsetdnd;
} }
}, []); }, []);
console.log('stateData:', stateData);
const [phoneModal, setPhoneModal] = useState(false); const [phoneModal, setPhoneModal] = useState(false);
const [dynamicValue, setDynamicValue] = useState('pending'); const [dynamicValue, setDynamicValue] = useState('pending');
......
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