From ea675fb805bd380b89e0b350c90094130ea25eac Mon Sep 17 00:00:00 2001 From: tobySolutions Date: Wed, 25 Sep 2024 10:07:16 +0100 Subject: [PATCH] fix: remove billing index --- src/components/Support/form/SupportSearch.tsx | 5 ----- 1 file changed, 5 deletions(-) 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, - }, ], }), });