Skip to content

Commit

Permalink
edited fields file
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Ray committed Sep 13, 2023
1 parent fe59dc4 commit 78df692
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions protocols/0b97ae-protocol-3B/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"name": "bead_timer",
"default": 6
},
{
"type": "dropDown",
"label": "Is the Reservoir PerkinElmer or Nest?",
"name": "reservoir",
"options": [
{"label": "perkinelmer", "value": "perkinelmer"},
{"label": "nest", "value": "nest"}
]
},
{
"type": "dropDown",
"label": "Is the Final Plate Biorad or AppliedBio?",
Expand Down

0 comments on commit 78df692

Please sign in to comment.