Skip to content

Commit

Permalink
Merge pull request #34 from Setono/missing-parameter-for-sylius-1-10
Browse files Browse the repository at this point in the history
Replace missing parameter with fixed number
  • Loading branch information
loevgaard authored Aug 14, 2024
2 parents 33b9c06 + 3f7d84a commit 1cd886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/routes/product_variant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sylius_admin_ajax_all_product_variants_by_phrase:
arguments:
phrase: $phrase
locale: expr:service('sylius.context.locale').getLocaleCode()
limit: "!!int %sylius.ajax.product.variant_autocomplete_limit%"
limit: 25

0 comments on commit 1cd886f

Please sign in to comment.