IO-1590 Production by Technician IO-1585 File access api

This commit is contained in:
Patrick Fic
2021-12-24 09:30:26 -08:00
parent 74c6d32849
commit 7abc3976e8
8 changed files with 143 additions and 37 deletions

View File

@@ -172,8 +172,7 @@ export default function GlobalSearch() {
options={options}
onSearch={handleSearch}
placeholder={t("general.labels.globalsearch")}
>
<Input.Search loading={loading} />
</AutoComplete>
allowClear
></AutoComplete>
);
}