diff --git a/src/components/Support/form/SupportSearch.tsx b/src/components/Support/form/SupportSearch.tsx index 4a935a64..221a10aa 100644 --- a/src/components/Support/form/SupportSearch.tsx +++ b/src/components/Support/form/SupportSearch.tsx @@ -96,11 +96,6 @@ const MultiSearch: React.FC = () => { q: query, limit: 5, }, - { - indexUid: 'fleekxyz_website_billing', - q: query, - limit: 5, - }, ], }), });