mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
e2dfbd66c3
commit
004c2f2496
12 changed files with 24 additions and 16 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
interface Props {
|
||||
inputType: SettingInputFieldType;
|
||||
value: string | number | undefined;
|
||||
value: string | number | undefined | null;
|
||||
min?: number;
|
||||
max?: number;
|
||||
step?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue