Skip to content

Commit

Permalink
Fix display of ContrastMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 20, 2024
1 parent dff2a03 commit 6f07268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webclient/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def __init__(self, *args, **kwargs):
)
}
),
initial=logicalCh.getContrastMethod(),
initial=logicalCh.getContrastMethod().value,
label="Contrast method",
required=False,
)
Expand Down

0 comments on commit 6f07268

Please sign in to comment.