Skip to content

Commit

Permalink
Update packages/variable-editor/src/components/variables/dialog/Overw…
Browse files Browse the repository at this point in the history
…riteDialog.tsx

Co-authored-by: Lukas Lieb <[email protected]>
  • Loading branch information
ivy-lgi and ivy-lli authored Dec 17, 2024
1 parent 2fa2649 commit b03ea52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const addVariable = (variables: Array<Variable>, node: KnownVariables): AddNodeR
value: node.value,
children: [],
description: node.description,
metadata: metadata
metadata
};
}
return createVariable(name);
Expand Down

0 comments on commit b03ea52

Please sign in to comment.