Skip to content

Commit

Permalink
resolve slider nulls from paramdefs
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Feb 2, 2024
1 parent 6cfc65d commit 351f8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@
"description": {
"default": "slider with parameter value set to 'null'"
},
"control": "slider",
"min_value": null,
"max_value": null,
"increment": null
"control": "slider"
},
{
"parameter_ref": "slider_undefined",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@
"description": {
"default": "slider with parameter value set to 'null'"
},
"control": "slider",
"min_value": null,
"max_value": null,
"increment": null
"control": "slider"
},
{
"parameter_ref": "slider_undefined",
Expand Down

0 comments on commit 351f8c6

Please sign in to comment.