check advanced on node too
This commit is contained in:
parent
8d29bd1b0a
commit
ccd8a3fe09
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export default function GenericNode({
|
|||
) : (
|
||||
<></>
|
||||
)} */}
|
||||
{data.node.template[t].show ? (
|
||||
{data.node.template[t].show && !data.node.template[t].advanced ? (
|
||||
<ParameterComponent
|
||||
data={data}
|
||||
color={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue