Commit a18b227c authored by Muhammadali's avatar Muhammadali

update

parent 526d721a
{
"name": "boxdialer",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -65,6 +65,7 @@ const Root = ({ data, onSetDnd, setData }) => {
const reasonSelect = async (e) => {
let result = await onSetDnd(e);
setData(result);
console.log('check_fetch_data: ', result);
// data = result;
};
const selectWidjetType = (type) => {
......
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