Fix inline search (#588)
For some unknown reason, USO now requires a new param.
This commit is contained in:
parent
e97a3ef269
commit
237d5c0c06
|
@ -689,6 +689,7 @@ window.addEventListener('showStyles:done', function _() {
|
|||
'/api/v1/styles/subcategory' +
|
||||
'?search=' + encodeURIComponent(category) +
|
||||
'&page=' + searchCurrentPage +
|
||||
'&per_page=10' +
|
||||
'&country=NA';
|
||||
|
||||
const cacheKey = category + '/' + searchCurrentPage;
|
||||
|
|
Loading…
Reference in New Issue
Block a user