Skip to content

Commit

Permalink
Remove select labelText for a clean ui (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwanganto authored Jan 5, 2024
1 parent f4ea5cf commit 989f264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const AddToWorklistDialog: React.FC<AddToWorklistDialogProps> = ({
<div style={{ width: "500px" }}>
<section className={styles.section}>
<Select
labelText=" Specimen Type"
labelText=""
id="speciment-types"
name="specimen-types"
value={specimenType}
Expand Down

0 comments on commit 989f264

Please sign in to comment.