Commit a70bcb71 authored by Muhammadali's avatar Muhammadali

update-

parent 56651fc5
{
"name": "boxdialer",
"version": "2.3.3",
"version": "2.3.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -60,8 +60,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata }) => {
boxDialer.hangupButtonClick();
};
window.setWSData = (result) => {
// console.log('window_setWSData');
setData(result);
console.log('setWsphonedata', result);
setWsphonedata(result);
};
const reasonSelect = async (e) => {
let result = await onSetDnd(e);
......
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