diff --git a/frontend/src/components/resultPage/SearchResultForm.js b/frontend/src/components/resultPage/SearchResultForm.js index 714c61cd23..062c66c70c 100644 --- a/frontend/src/components/resultPage/SearchResultForm.js +++ b/frontend/src/components/resultPage/SearchResultForm.js @@ -7,9 +7,7 @@ import { convertAlphaNumLabNumForDisplay, } from "../utils/Utils"; import { - Heading, Form, - FormLabel, TextInput, TextArea, Checkbox, @@ -19,7 +17,6 @@ import { DatePicker, DatePickerInput, Stack, - Section, Pagination, Select, SelectItem, @@ -101,7 +98,6 @@ export function SearchResultForm(props) { } }; - const handleAdvancedSearch = () => {}; const loadNextResultsPage = () => { setLoading(true); @@ -877,7 +873,7 @@ export function SearchResults(props) { value={data.pastNotes} disabled={true} type="text" - labelText="Past Notes" + labelText={} rows={2} > @@ -885,7 +881,7 @@ export function SearchResults(props) {