Commit deba1cf6 authored by Muhammadali's avatar Muhammadali

update

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