Commit 9741a607 authored by Muhammadali's avatar Muhammadali

update

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