Skip to content

Commit

Permalink
Merge pull request #288 from amansinghbais/332-prefill-maxOrder-limit
Browse files Browse the repository at this point in the history
Improved: pre-filling the custom order limit alert input with the current maxorder limit
  • Loading branch information
ravilodhi authored Aug 27, 2024
2 parents 3767bf6 + ba48d84 commit 14bc21b
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 @@ -77,6 +77,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 14bc21b

Please sign in to comment.