mejoras en el modelo de clarificacion de productos
This commit is contained in:
@@ -102,7 +102,7 @@ class AliasesCrud extends HTMLElement {
|
||||
|
||||
async loadProducts() {
|
||||
try {
|
||||
const data = await api.products({ limit: 500 });
|
||||
const data = await api.products({ limit: 2000 });
|
||||
this.products = data.items || [];
|
||||
} catch (e) {
|
||||
console.error("Error loading products:", e);
|
||||
|
||||
Reference in New Issue
Block a user