mirror of
https://github.com/sct/overseerr.git
synced 2025-10-02 00:33:09 +02:00
fix(sensitiveinput): do not capture enter key input (#1650)
This commit is contained in:
@@ -43,6 +43,7 @@ const SensitiveInput: React.FC<SensitiveInputProps> = ({
|
||||
e.preventDefault();
|
||||
setHidden(!isHidden);
|
||||
}}
|
||||
type="button"
|
||||
className="input-action"
|
||||
>
|
||||
{isHidden ? <EyeOffIcon /> : <EyeIcon />}
|
||||
|
Reference in New Issue
Block a user