Fixed nodes being minimized by default
This commit is contained in:
parent
857fa403a1
commit
b7e70d3511
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ export default function GenericNode({
|
|||
setValidationStatus(null);
|
||||
}
|
||||
}, [sseData, data.id]);
|
||||
|
||||
const showNode = data.showNode ?? false;
|
||||
|
||||
const showNode = data.showNode ?? true;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue