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 2bcc09a commit fe59dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/0b97ae-protocol-3B/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"type": "dropDown",
"label": "Is the Final Plate Biorad or AppliedBio?",
"name": "F_Plate",
"name": "final_plate",
"options": [
{"label": "Biorad", "value": "Biorad"},
{"label": "AppliedBio", "value": "AppliedBio"}
Expand All @@ -51,7 +51,7 @@
{
"type": "dropDown",
"label": "Is the Diluted DNA Plate Biorad or AppliedBio?",
"name": "D_Plate",
"name": "dilution_plate",
"options": [
{"label": "Biorad", "value": "Biorad"},
{"label": "AppliedBio", "value": "AppliedBio"}
Expand All @@ -60,7 +60,7 @@
{
"type": "dropDown",
"label": "Is the Reagent Plate Biorad or AppliedBio?",
"name": "R_Plate",
"name": "reagent_plate",
"options": [
{"label": "Biorad", "value": "Biorad"},
{"label": "AppliedBio", "value": "AppliedBio"}
Expand Down

0 comments on commit fe59dc4

Please sign in to comment.