Skip to content

Commit a1d796f

Browse files
committed
bring web ui in line with supported caps in IPA
1 parent 3046a27 commit a1d796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/query/create/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function IPAForm({
351351
<SelectMenu
352352
id="per_user_credit_cap"
353353
label="Per User Credit Cap"
354-
options={["16", "32", "64", "128", "256"]}
354+
options={["1", "2", "3", "4", "8", "16", "32", "64", "128"]}
355355
defaultValue="64"
356356
/>
357357
<SelectMenu

0 commit comments

Comments
 (0)