We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb41352 commit 9594a37Copy full SHA for 9594a37
src/renderer/src/pages/components/settings-input.tsx
@@ -45,7 +45,7 @@ type SettingsToggleProps = {
45
onChange?: (value: any) => void
46
title: any
47
hint?: any
48
-} & InputProps &
+} & Omit<InputProps, "title"> &
49
VariantProps<typeof inputVariants>
50
export default forwardRef<HTMLInputElement, SettingsToggleProps>(function SettingsInput(
51
{ className, name: key, title: placeholder, hint, ...props },
0 commit comments