Commit c9b0a7c5 authored by Muhammadali's avatar Muhammadali

update-

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