1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add id for homeserver field

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-05-15 15:07:15 +02:00
parent 7bd1a2b87f
commit fef081c736

View File

@@ -217,6 +217,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
value={this.state.otherHomeserver} value={this.state.otherHomeserver}
validateOnChange={false} validateOnChange={false}
validateOnFocus={false} validateOnFocus={false}
id="homeserverInput"
/> />
</StyledRadioButton> </StyledRadioButton>
<p> <p>