diff --git a/src/components/Tables/customers/useCustomerListPresenter.ts b/src/components/Tables/customers/useCustomerListPresenter.ts index de299f6..c777bef 100644 --- a/src/components/Tables/customers/useCustomerListPresenter.ts +++ b/src/components/Tables/customers/useCustomerListPresenter.ts @@ -160,8 +160,8 @@ const useCustomerListPresenter = () => { status: undefined, role: undefined, type: undefined, - full_name: undefined, - email: undefined, + full_name: "", + email: "", company_id: undefined, }); setCompanySearch("");