Commit 3187690f authored by Muhammadali's avatar Muhammadali

upate

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