Commit feaf1867 authored by Muhammadali's avatar Muhammadali

update-

parent bede5fb2
{
"name": "boxdialer",
"version": "4.6.9",
"version": "4.7.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -72,6 +72,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
}
setTimeout(function waitUaRegisterLost() {
console.log(
'==========------------reg_checking: ',
boxDialer.isUaRunning(),
);
if (boxDialer.isUaRunning()) {
setTimeout(waitUaRegisterLost, 10);
} else {
......@@ -106,7 +110,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
switch (type) {
case 'bxmini':
return (
<BxMiniWidjetUi
<BxMiniiWdjetUi
widjetState={dynamicValue}
phoneNumber={wsphonedata?.number}
reason={wsphonedata?.reason}
......
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