debug dynamic on console

This commit is contained in:
anovazzi1 2023-07-05 10:52:10 -03:00
commit 900aacb5fb
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,7 @@ export default function GenericNode({
deleteNode(data.id);
return;
}
console.log(data.node.template);
useEffect(() => {}, [closePopUp, data.node.template]);
return (
<>

View file

@ -60,6 +60,7 @@ export default function CodeAreaModal({
}, 300);
}
}
console.log(dynamic);
function handleClick() {
setLoading(true);