Commit 843061fa authored by Muhammadali's avatar Muhammadali

update-

parent 14e49d76
...@@ -22,8 +22,9 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -22,8 +22,9 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
from: '', from: '',
}); });
// const [callEvents, setCallEvents] = useContext(contextModalEventProperty); // const [callEvents, setCallEvents] = useContext(contextModalEventProperty);
const [callEvents, setCallEvents] = useState();
const boxDialer = window.BoxDialer; const boxDialer = window.BoxDialer;
console.log('state_callEvents: ', callEvents); // console.log('state_callEvents: ', callEvents);
useEffect(() => { useEffect(() => {
if (secondLine) { if (secondLine) {
setTimeout(() => { setTimeout(() => {
......
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