Commit 48c8a704 authored by Muhammadali's avatar Muhammadali

update-

parent 4d871256
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.52", "version": "4.8.53",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -73,7 +73,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -73,7 +73,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
const reasonSelect = async (e) => { const reasonSelect = async (e) => {
let result = await onSetDnd(e); let result = await onSetDnd(e);
if(setWsphonedata){
setWsphonedata(result); setWsphonedata(result);
}
console.log('reasonSelect_setWsphonedata', typeof setWsphonedata)
}; };
const getTransferers = async (e) => { const getTransferers = async (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