Skip to content

Commit

Permalink
πŸ› Fix: increase credits limit in invitations to 1000 (ITISFoundation#…
Browse files Browse the repository at this point in the history
…5498)

on behalf of @odeimaiz
  • Loading branch information
odeimaiz authored Mar 15, 2024
1 parent 614d2de commit b3df99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ qx.Class.define("osparc.po.Invitations", {

const extraCreditsInUsd = new qx.ui.form.Spinner().set({
minimum: 0,
maximum: 199,
maximum: 1000,
value: 100
});
form.add(extraCreditsInUsd, this.tr("Welcome Credits (US$)"));
Expand Down

0 comments on commit b3df99f

Please sign in to comment.