Web: Client: Settings: add id

This commit is contained in:
Viktor Fomin 2022-04-06 12:02:29 +03:00
parent 33001bf8f7
commit 2c4c61a341

View File

@ -58,6 +58,7 @@ const UserFields = (props) => {
return (
<StyledInputWrapper key={`domain-input-${index}`}>
<TextInput
id={`domain-input-${index}`}
value={input}
onChange={(e) => onChangeInput(e, index)}
hasError={error}