diff --git a/pkg/webui/containers/fetch-table/index.js b/pkg/webui/containers/fetch-table/index.js index 03417d412a..682eea6498 100644 --- a/pkg/webui/containers/fetch-table/index.js +++ b/pkg/webui/containers/fetch-table/index.js @@ -296,7 +296,6 @@ const FetchTable = props => { className={style.searchBar} inputWidth="full" maxLength={searchQueryMaxLength} - disabled={fetching} /> )} {(Boolean(actionItems) || mayAdd) && (