Commit 3413e733 authored by Muhammadali's avatar Muhammadali

update version: 0.2.7

parent 93e2f45f
{
"name": "boxdialer",
"version": "0.2.6",
"version": "0.2.7",
"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, 'select item');
console.log(item.customData['4'], '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