Skip to content

Commit

Permalink
options array false in select field (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva-Nagar authored Oct 28, 2021
1 parent 5697087 commit 53b7be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/SampleTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const SampleTest = (props: any) => {
name="sample_type"
variant="outlined"
margin="dense"
optionArray={true}
optionArray={false}
value={state.form.sample_type}
options={sampleTestTypes}
onChange={handleChange}
Expand Down

0 comments on commit 53b7be6

Please sign in to comment.