Commit d3130ceb authored by Muhammadali's avatar Muhammadali

update-

parent feaf1867
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.7.0", "version": "4.7.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -83,6 +83,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -83,6 +83,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
} }
}, 10); }, 10);
} }
bxm;
}, []); }, []);
const hangupButton = () => { const hangupButton = () => {
...@@ -110,7 +111,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -110,7 +111,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
switch (type) { switch (type) {
case 'bxmini': case 'bxmini':
return ( return (
<BxMiniiWdjetUi <BxMiniWidjetUi
widjetState={dynamicValue} widjetState={dynamicValue}
phoneNumber={wsphonedata?.number} phoneNumber={wsphonedata?.number}
reason={wsphonedata?.reason} reason={wsphonedata?.reason}
......
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