Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fef081c

Browse files
committed
Add id for homeserver field
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 7bd1a2b commit fef081c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/dialogs/ServerPickerDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
217217
value={this.state.otherHomeserver}
218218
validateOnChange={false}
219219
validateOnFocus={false}
220+
id="homeserverInput"
220221
/>
221222
</StyledRadioButton>
222223
<p>

0 commit comments

Comments
 (0)