Commit ff8b1d90 authored by Muhammadali's avatar Muhammadali

update verison: 0.3.0

parent 5eb0c4f6
{
"name": "boxdialer",
"version": "0.2.9",
"version": "0.3.0",
"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, 'select item');
console.log(item?.customData?.ufPhoneInner, 'select 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