Skip to content

Commit

Permalink
chore: add help text for taxa selection
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 21, 2023
1 parent 5056e04 commit 0d229ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/steps/DiscoverStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,12 @@ const DiscoverStep = ({ visible, dataset, onBack, onFinish }) => {
<Col md={24} lg={10} xl={8}>
<Card title="Criteria">
<Form layout="vertical">
<Form.Item label="Taxa">
<Form.Item
label="Taxa"
help={<div style={{ height: 68 }}>
The taxa available here are just those which are detectable by the dataset specified.
</div>}
>
<Space>
<Button onClick={showModal}>Select Taxa &hellip;</Button>
<span style={{ color: nCheckedLeaves === 0 ? "#EE4433" : undefined }}>
Expand All @@ -222,7 +227,6 @@ const DiscoverStep = ({ visible, dataset, onBack, onFinish }) => {
If this value is higher than the number of primers needed, only the fewest needed
primers will be used.
</div>}
style={{ overflow: "hidden" }}
>
<InputNumber
min={1}
Expand Down

0 comments on commit 0d229ad

Please sign in to comment.