Commit 35bb50dd authored by Muhammadali's avatar Muhammadali

update-

parent 1304f539
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.3.1", "version": "2.3.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -61,7 +61,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata }) => { ...@@ -61,7 +61,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata }) => {
}; };
window.setWSData = (result) => { window.setWSData = (result) => {
// console.log('window_setWSData'); // console.log('window_setWSData');
// setData(result); setData(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