fix(web): OAuth quota size (#18526)

fix(server): oauth quota size
This commit is contained in:
Daimolean 2025-06-13 22:57:29 +08:00 committed by GitHub
parent e2dfbd66c3
commit 004c2f2496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 24 additions and 16 deletions

View file

@ -9,7 +9,7 @@
interface Props {
inputType: SettingInputFieldType;
value: string | number | undefined;
value: string | number | undefined | null;
min?: number;
max?: number;
step?: string;