IO-922 Added icons.

This commit is contained in:
Patrick Fic
2021-05-03 11:21:25 -07:00
parent b39c12e955
commit bf77bbd4ee
3 changed files with 69 additions and 44 deletions

View File

@@ -166,12 +166,12 @@ export default function GlobalSearch() {
return (
<AutoComplete
dropdownMatchSelectWidth={false}
dropdownMatchSelectWidth={"false"}
options={options}
onSearch={handleSearch}
allowClear
>
<Input.Search loading={loading} style={{ width: "20vw" }} />
<Input.Search loading={loading} />
</AutoComplete>
);
}