Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 10, 2024
1 parent 1d492df commit 80d4ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/apps/user-guide/providers/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const SearchProvider = ({ children }: SearchProviderProps) => {
checkInternalPattern: new RegExp(`^${config.baseUrl}/user-guide`),
filterOptions: searchFilters,
}}
initialDefaultFilters={["user-guide"]}
// TODO change later when we have a user guide filter
initialDefaultFilters={["guides"]}
commands={[
{
name: "ai-assistant",
Expand Down

0 comments on commit 80d4ed3

Please sign in to comment.