Commit 9587c8bd authored by Muhammadali's avatar Muhammadali

update

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