fix: fix search issues

This commit is contained in:
2025-12-09 01:13:29 +03:00
parent e5792a059a
commit 2f9a553ae3

View File

@@ -49,6 +49,7 @@ export const useSearchStore = defineStore('search', {
}); });
try { try {
this.page = 1;
this.isLoading = true; this.isLoading = true;
const response = await this.fetchProducts(this.search, this.page, 10); const response = await this.fetchProducts(this.search, this.page, 10);
console.debug('[Search] Perform Search: ', response); console.debug('[Search] Perform Search: ', response);