fix(OrderCatalogFilter): remove limit
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-11-26 07:39:37 +01:00
parent 1ce1f1f8e0
commit 1e4cda6c6a
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ const getSelectedTagValues = async (tag) => {
const filter = {
fields: ['value'],
order: 'value ASC',
limit: 30,
};
const url = `Tags/${tag?.id}/filterValue`;