Commit 28fb5528 authored by Muhammadali's avatar Muhammadali

update

parent 0f75677e
{
"name": "boxdialer",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -15,7 +15,6 @@ const TimerUi = ({ reason, time }) => {
return () => clearInterval(intervalId);
}
}, [reason]);
console.log('inset_timer', { reason, time });
useEffect(() => {
setDndTimer(time);
}, [reason]);
......
......@@ -101,7 +101,7 @@ const Root = ({ data, onSetDnd }) => {
};
if (!data || !data?.number || !data?.position) return;
console.log(modalState, 'modalState');
console.log(data, 'data');
return (
<>
{selectWidjetType(data.variant)}
......
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