Skip to content

Commit

Permalink
sample prep - add ALI exposure option
Browse files Browse the repository at this point in the history
  • Loading branch information
vedina committed Jul 15, 2024
1 parent 524ac0b commit db55ef4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SurveyComp/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,7 @@ export const json = {
name: "param_sampleprep_group",
title: "Group",
cellType: "dropdown",
isRequired: true,
choices: [
{
value: "DISPERSION",
Expand All @@ -1402,6 +1403,10 @@ export const json = {
value: "INCUBATION",
text: "Incubation",
},
{
value: "ALI_EXPOSURE",
text: "Air-liquid interface exposure",
},
{
value: "OTHER_SAMPLEPREP",
text: "Other",
Expand Down

0 comments on commit db55ef4

Please sign in to comment.