Commit 2021c99d authored by Muhammadali's avatar Muhammadali

up[date

parent f5cddc74
{
"name": "boxdialer",
"version": "2.1.8",
"version": "2.1.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -13,8 +13,10 @@ const ControlRenderBX = () => {
}, []);
const intervalFunc = () => {
if (Boolean(data?.number)) {
if (!Boolean(data?.number)) {
setData(window.alovoice_wsphone);
}
if (Boolean(data?.number)) {
clearInterval(intervalFetchToBx);
intervalFetchToBx = null;
}
......
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