Commit 32345d6a authored by Muhammadali's avatar Muhammadali

update-

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