Commit d6bfbe49 authored by Muhammadali's avatar Muhammadali

update verison: 0.3.2

parent 309c7eff
{
"name": "boxdialer",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -370,7 +370,7 @@ export class BoxDialer {
const { item } = event.getData();
const dialog = event.getTarget();
const selectedItems = dialog.getSelectedItems();
console.log(item?.customData['ufPhoneInner'], 'select item', item);
console.log(item?.customData.ufPhoneInner, 'select item', item);
},
},
});
......
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