Commit d9dfe7c9 authored by Muhammadali's avatar Muhammadali

updat

parent deba1cf6
......@@ -168,10 +168,6 @@ 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