Skip to content

Commit

Permalink
Merge pull request #644 from amansinghbais/332-prefill-maxOrder-limit
Browse files Browse the repository at this point in the history
Improved: pre-filling the exisitng maxOrder limit on custom selection
  • Loading branch information
ymaheshwari1 authored Jul 26, 2024
2 parents 193ebc4 + afcf0e9 commit fa79b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OrderLimitPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default defineComponent({
name: "setLimit",
placeholder: translate("Order fulfillment capacity"),
type: "number",
value: this.fulfillmentOrderLimit?.toString(),
min: 0
}] : [],
buttons: [{
Expand Down

0 comments on commit fa79b8e

Please sign in to comment.