From fe59dc4666655f9b15240ca131b79fdbba11da96 Mon Sep 17 00:00:00 2001 From: Trevor Ray Date: Wed, 13 Sep 2023 10:05:16 -0400 Subject: [PATCH] edited fields file --- protocols/0b97ae-protocol-3B/fields.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/0b97ae-protocol-3B/fields.json b/protocols/0b97ae-protocol-3B/fields.json index 7f0a7d92f..42426090f 100644 --- a/protocols/0b97ae-protocol-3B/fields.json +++ b/protocols/0b97ae-protocol-3B/fields.json @@ -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"} @@ -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"} @@ -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"}