Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Jul 17, 2024
1 parent 4d6c971 commit 33b3093
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{%- set default_value = parameters[variable.get_symbol_name()] %}
{
"id": "{{name}}",
"label": "{{name}}",
"label": "{{variable.print_comment()}}",
"unit": "{{type_symbol}}",
"value": "{{default_value}}",
"input": "arrayInput"
"value": "{{default_value}}"
}{%- if not last %},{%- endif %}

0 comments on commit 33b3093

Please sign in to comment.