Skip to content

Commit

Permalink
Fix: samples.measured_signal isn't an editable field
Browse files Browse the repository at this point in the history
closes #1971
  • Loading branch information
ysbaddaden committed Jul 20, 2023
1 parent 1c576a1 commit 932f8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/samples/_form.haml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

- if @sample_form.measured_signal
= f.form_field :measured_signal do
= f.text_field :measured_signal, readonly: true
.value= @sample_form.measured_signal

.col
= render (@can_update ? 'form_assays' : 'show_assays'), f: f
Expand Down

0 comments on commit 932f8e4

Please sign in to comment.