Skip to content

Commit

Permalink
bring web ui in line with supported caps in IPA
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Oct 22, 2024
1 parent c6cae04 commit 19a7ac5
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 19a7ac5

Please sign in to comment.