Commit c9f9bfa1 authored by Muhammadali's avatar Muhammadali

update

parent 245af567
......@@ -130,8 +130,10 @@ const Modal = ({children, hidden, hangupButton, phoneNumber, callType}) => {
}
};
console.log('selectModalType_inset_component modalHidden value', modalHidden)
return (<MainBlock
hidden={modalHidden || modalHidden}
hidden={true}
rollUp={rollUp}
onClick={(e) => e.stopPropagation()}>
<ModalContainer onClick={(e) => e.stopPropagation()} rollUp={rollUp}>
......
......@@ -120,7 +120,7 @@ const Root = ({wsphonedata, onSetDnd, setWsphonedata, callMethod}) => {
console.log('wsphonedata_all_data: ', wsphonedata?.position, wsphonedata?.number, wsphonedata,);
console.log('modalState_callType: ', modalState.callType)
console.log('modalState_callType: ', modalState.callType, modalState.bool)
window.onbeforeunload = () => {
if (typeof BX !== 'undefined') {
......
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