forked from verdnatura/salix-front
fix(OrderCatalogFilter): remove limit
This commit is contained in:
parent
1ce1f1f8e0
commit
1e4cda6c6a
|
@ -36,7 +36,6 @@ const getSelectedTagValues = async (tag) => {
|
||||||
const filter = {
|
const filter = {
|
||||||
fields: ['value'],
|
fields: ['value'],
|
||||||
order: 'value ASC',
|
order: 'value ASC',
|
||||||
limit: 30,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = `Tags/${tag?.id}/filterValue`;
|
const url = `Tags/${tag?.id}/filterValue`;
|
||||||
|
|
Loading…
Reference in New Issue