Skip to content

Commit

Permalink
add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
roppazvan committed Nov 7, 2024
1 parent 9c194b0 commit 114c341
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/graph-engine/src/nodes/preview/mathExpression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ export default class NodeDefinition extends Node {
static title = 'Math Expression';
static type = 'studio.tokens.preview.mathExpression';

static description = 'Visuaize a math expression';
static description = 'Visualize a math expression';

static annotations: Record<string, unknown> = {
deprecated: true
};

constructor(props) {
super(props);
Expand Down

0 comments on commit 114c341

Please sign in to comment.