Commit 9587c8bd authored by Muhammadali's avatar Muhammadali

update

parent d04f0888
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.0.6", "version": "2.0.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -64,6 +64,7 @@ const Root = ({ data, onSetDnd }) => { ...@@ -64,6 +64,7 @@ const Root = ({ data, onSetDnd }) => {
}; };
const reasonSelect = async (e) => { const reasonSelect = async (e) => {
let result = await onSetDnd(e); let result = await onSetDnd(e);
console.log('result', result);
onSetDnd(result); onSetDnd(result);
// data = result; // data = result;
}; };
......
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