Commit b0f9e1dc authored by Muhammadali's avatar Muhammadali

update 1.4.9

parent 89555512
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.4.8", "version": "1.4.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -62,6 +62,8 @@ const Root = ({ data, onSetDnd }) => { ...@@ -62,6 +62,8 @@ const Root = ({ data, onSetDnd }) => {
data = result; data = result;
}; };
console.log(this.oSipSessionCall, 'oSipSessionCall');
const selectWidjetType = (type) => { const selectWidjetType = (type) => {
switch (type) { switch (type) {
case 'bxmini': case 'bxmini':
......
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