Skip to content

Commit

Permalink
fix: wipp widget plugin condition markup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Sep 17, 2024
1 parent 761069f commit db51251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion visualization/polus-precompute-volume-plugin/ict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ui:
key: inputs.imageType
title: 'Image Type: '
type: select
- condition: inputs.imageType==segmentation
- condition: inputs.imageType=='segmentation'
default: false
key: inputs.mesh
title: 'Create meshes: '
Expand Down
2 changes: 1 addition & 1 deletion visualization/polus-precompute-volume-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"key": "inputs.mesh",
"title": "Create meshes: ",
"default": "false",
"condition": "inputs.imageType==segmentation"
"condition": "inputs.imageType=='segmentation'"
}
]
}

0 comments on commit db51251

Please sign in to comment.