Commit 3187690f authored by Muhammadali's avatar Muhammadali

upate

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