Original approach
This commit is contained in:
parent
369ce5feb5
commit
a6cba9a3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ export default function GenericNode({
|
|||
<ParameterComponent
|
||||
data={data}
|
||||
color={nodeColors[types[data.type]] ?? nodeColors.unknown}
|
||||
title={data.node.base_classes.join(" | ")}
|
||||
title={data.type}
|
||||
tooltipTitle={`Type: ${data.node.base_classes.join(" | ")}`}
|
||||
id={[data.type, data.id, ...data.node.base_classes].join("|")}
|
||||
type={data.node.base_classes.join("|")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue