Skip to content

Commit

Permalink
query is not required (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano authored Mar 3, 2025
1 parent 48a2404 commit 58796ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtex/loaders/intelligentSearch/productList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface FacetsProps extends CommonProps {
* @description query to use on search
* @examples "shoes"\n"blue shoes"
*/
query: string;
query?: string;
/**
* @title Facets string
* @description (e.g.: 'catergory-1/moda-feminina/category-2/calcados')
Expand Down

0 comments on commit 58796ca

Please sign in to comment.