Commit c9b0a7c5 authored by Muhammadali's avatar Muhammadali

update-

parent 8bd341cb
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.4.4", "version": "4.4.5",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -89,8 +89,6 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -89,8 +89,6 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
setWsphonedata(result); setWsphonedata(result);
}; };
console.log('phoneModal: ', phoneModal);
const selectWidjetType = (type) => { const selectWidjetType = (type) => {
switch (type) { switch (type) {
case 'bxmini': case 'bxmini':
...@@ -124,7 +122,12 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -124,7 +122,12 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
} }
}; };
console.log('modalState: ', modalState); console.log(
'wsphonedata_all_data: ',
wsphonedata?.position,
wsphonedata?.number,
wsphonedata,
);
if (!wsphonedata || !wsphonedata?.number || !wsphonedata?.position) return; if (!wsphonedata || !wsphonedata?.number || !wsphonedata?.position) return;
return ( return (
......
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