Commit c33f0092 authored by Muhammadali's avatar Muhammadali

update-

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