Commit deba1cf6 authored by Muhammadali's avatar Muhammadali

update

parent 8214b52b
{
"name": "boxdialer",
"version": "4.8.76",
"version": "4.8.77",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -168,6 +168,10 @@ const Modal = ({children, hidden, hangupButton, phoneNumber, callType}) => {
<VerticalAlignTopIcon/>
</button>
</div>
<div style={{background: 'rgba(123,32,32,0.62)', position: 'fixed', top: '0', left: '0', width: '100%', height: '100vh'}}>
</div>
</MainBlock>);
};
......
......@@ -160,9 +160,9 @@ const Root = ({wsphonedata, onSetDnd, setWsphonedata, callMethod}) => {
<Modal
className='tailwindGlobalCss'
hidden={modalState.bool}
// hidden={modalState.bool}
callType={modalState.callType}
// hidden={true}
hidden={true}
// callType={'incoming'}
hangupButton={hangupButton}
phoneNumber={modalState.callType === 'outcoming' ? 'inputValue' : modalState.callFromName}
......
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