Skip to content

Commit

Permalink
bring web ui in line with supported caps in IPA (#91)
Browse files Browse the repository at this point in the history
* add .npmrc file

* fix tailwind classname ordering

* bring web ui in line with supported caps in IPA
  • Loading branch information
eriktaubeneck authored Oct 22, 2024
1 parent 4529e4a commit a38d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/query/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function IPAForm({
<SelectMenu
id="per_user_credit_cap"
label="Per User Credit Cap"
options={["16", "32", "64", "128", "256"]}
options={["1", "2", "3", "4", "8", "16", "32", "64", "128"]}
defaultValue="64"
/>
<SelectMenu
Expand Down

0 comments on commit a38d945

Please sign in to comment.