debug dynamic on console
This commit is contained in:
parent
617552d212
commit
900aacb5fb
2 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export default function GenericNode({
|
|||
deleteNode(data.id);
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(data.node.template);
|
||||
useEffect(() => {}, [closePopUp, data.node.template]);
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ export default function CodeAreaModal({
|
|||
}, 300);
|
||||
}
|
||||
}
|
||||
console.log(dynamic);
|
||||
|
||||
function handleClick() {
|
||||
setLoading(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue