Skip to content

Commit

Permalink
index === 'IndexC'
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jun 27, 2023
1 parent 90653fc commit 4803060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default Vue.extend({
:currentValue="indexInfo[index].current"
:valueMax="indexInfo[index].range"
:label="index.replace('Index', '')"
:sliderLabels="index.replace('Index', '') === 'C' ? imageMetadata.channels : []"
:sliderLabels="index === 'IndexC' ? imageMetadata.channels : []"
@updateValue="(v) => updateAxisSlider({index, frame: v})"
/>
</table>
Expand Down

0 comments on commit 4803060

Please sign in to comment.