diff --git a/client/src/components/job-search-select/job-search-select.component.jsx b/client/src/components/job-search-select/job-search-select.component.jsx index 69cb83b23..180fb93dc 100644 --- a/client/src/components/job-search-select/job-search-select.component.jsx +++ b/client/src/components/job-search-select/job-search-select.component.jsx @@ -43,11 +43,9 @@ const JobSearchSelect = ( search: value, ...(convertedOnly || notExported ? { - variables: { - ...(convertedOnly ? { isConverted: true } : {}), - ...(notExported ? { notExported: true } : {}), - ...(notInvoiced ? { notInvoiced: true } : {}), - }, + ...(convertedOnly ? { isConverted: true } : {}), + ...(notExported ? { notExported: true } : {}), + ...(notInvoiced ? { notInvoiced: true } : {}), } : {}), }, @@ -79,6 +77,7 @@ const JobSearchSelect = ( disabled={disabled} showSearch autoFocus + allowClear style={{ width: "100%", }}