Fixed nodes being minimized by default

This commit is contained in:
Lucas Oliveira 2023-11-28 20:40:35 -03:00
commit b7e70d3511

View file

@ -125,8 +125,8 @@ export default function GenericNode({
setValidationStatus(null);
}
}, [sseData, data.id]);
const showNode = data.showNode ?? false;
const showNode = data.showNode ?? true;
return (
<>