Skip to content

Commit

Permalink
fix: remove billing index
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed Sep 25, 2024
1 parent d59b7ea commit ea675fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Support/form/SupportSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ const MultiSearch: React.FC = () => {
q: query,
limit: 5,
},
{
indexUid: 'fleekxyz_website_billing',
q: query,
limit: 5,
},
],
}),
});
Expand Down

0 comments on commit ea675fb

Please sign in to comment.