mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
prettier pass
This commit is contained in:
parent
5ba81a7324
commit
be43b996e1
@ -103,9 +103,9 @@ const renderInput = ({
|
|||||||
error={!!(touched && error)}
|
error={!!(touched && error)}
|
||||||
inputProps={{
|
inputProps={{
|
||||||
// mobile keyboards: suppress capitalization and correction for login related fields
|
// mobile keyboards: suppress capitalization and correction for login related fields
|
||||||
autocapitalize:'none',
|
autocapitalize: 'none',
|
||||||
autocorrect: 'off',
|
autocorrect: 'off',
|
||||||
...inputProps
|
...inputProps,
|
||||||
}}
|
}}
|
||||||
helperText={touched && error}
|
helperText={touched && error}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user