Commit 32345d6a authored by Muhammadali's avatar Muhammadali

update-

parent f17ab2f6
{
"name": "boxdialer",
"version": "3.8.7",
"version": "3.8.8",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -37,7 +37,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
const [modalState, setModalState] = useState(false);
const [secondLine, setSecondLine] = useState(false);
const [innerCallerModal, setInnerCallerModal] = useState({
bool: false
bool: false,
});
const boxDialer = window.BoxDialer;
......@@ -153,7 +153,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
}
/>
<InnerCaller hidden={innerCallerModal.bool} modalState={} />
<InnerCaller hidden={innerCallerModal.bool} modalState={modalState} />
<SecondNotifSip secondLine={secondLine} />
</>
......
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