IO-922 Added icons.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user