Skip to content

Commit

Permalink
Improved: pre-filling the custom order limit alert input with the cur…
Browse files Browse the repository at this point in the history
…rent maxorder limit
  • Loading branch information
amansinghbais committed Jul 22, 2024
1 parent b6574bf commit ba48d84
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 ba48d84

Please sign in to comment.