IO-1333 Resolve dashboard component name issue.

This commit is contained in:
Patrick Fic
2021-08-30 15:34:19 -07:00
parent 61406aafa6
commit c97df6dc61
2 changed files with 2 additions and 3 deletions

View File

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