Skip to content

Commit e1cc66e

Browse files
committed
Update plp
1 parent d4cfff7 commit e1cc66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/product-list-page/product-list-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default async function decorate(block) {
102102
}).catch(() => console.error('Error searching for products'));
103103
} else {
104104
await search({
105-
phrase: q || config.searchTerm || '',
105+
phrase: q || config.searchterm || '',
106106
currentPage: page ? Number(page) : 1,
107107
pageSize: 8,
108108
sort: getSortFromParams(sort),

0 commit comments

Comments
 (0)