Commit a70bcb71 authored by Muhammadali's avatar Muhammadali

update-

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