Commit 48c8a704 authored by Muhammadali's avatar Muhammadali

update-

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