removed spellcheck from fields that don't need it

This commit is contained in:
Oliver Bryan
2026-01-08 22:54:44 +00:00
parent 54db314853
commit 18205e1b82
3 changed files with 7 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ export function ServerConfigurationDialog({ trigger }: { trigger?: ReactNode })
}}
placeholder="https://example.com"
className={!isValid ? "border-destructive" : ""}
spellCheck={false}
/>
<Button
type="button"