Commit 9741a607 authored by Muhammadali's avatar Muhammadali

update

parent d6c2a31c
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.8.9", "version": "1.9.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -65,6 +65,7 @@ const Root = ({ data, onSetDnd }) => { ...@@ -65,6 +65,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);
setDataSecond(result); setDataSecond(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