Skip to content

Commit

Permalink
Update BiosamplesSearchForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jun 19, 2024
1 parent 3a0037a commit 602f6e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/searchForm/BiosamplesSearchForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,14 @@ export function BeaconSearchForm({
validate: checkIntegerRange
}}
/>
<InputField
className={cn(
!parameters.includeResultsetResponses.isHidden && "column",
"py-0 mb-3"
)}
{...fieldProps}
{...parameters.includeResultsetResponses}
/>
</div>
<ChromosomePreview watch={watch} cytoBands={cytoBands} />
<div className="field mt-5">
Expand Down

0 comments on commit 602f6e7

Please sign in to comment.