Commit c33f0092 authored by Muhammadali's avatar Muhammadali

update-

parent 54bc2bae
{
"name": "boxdialer",
"version": "4.8.11",
"version": "4.8.12",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -105,7 +105,7 @@ const InnerCaller = ({ hidden, type, from, innerTimer }) => {
)}
</p>
</div>
<div className='bottom'>{selectModalType('connected')}</div>
<div className='bottom'>{selectModalType(type)}</div>
</Block>
);
};
......
......@@ -203,10 +203,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
/>
<InnerCaller
// hidden={innerCallerModal.bool}
hidden={true}
// type={innerCallerModal.type}
type={'connectingIncoming'}
hidden={innerCallerModal.bool}
// hidden={true}
type={innerCallerModal.type}
// type={'connectingIncoming'}
from={innerCallerModal.from}
innerTimer={innerTimer}
/>
......@@ -216,4 +216,3 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
);
};
export default Root;
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