Skip to content

Commit

Permalink
🔧 fix: var def title
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkolos committed Oct 4, 2023
1 parent b7832a0 commit 260cae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/utility/VariableDefRC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export class VariableDefRC extends RC {
meta.internalIO = ['out'];
meta.nodeCfgs = NodeCfgs;
meta.uncloneable = true;
if (data.nameValue) {
meta.label = data.nameValue + '(VarDef)';
}
}

async builder(node: ReteVariableDefNode) {
Expand Down

0 comments on commit 260cae2

Please sign in to comment.