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

Commit fe71106

Browse files
authored
Merge pull request #5780 from DantrazTrev/Discovery
Fixing the minor UI issues in the email discovery
2 parents 3f74c43 + edcd7c4 commit fe71106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/settings/discovery/EmailAddresses.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export class EmailAddress extends React.Component {
203203
className="mx_ExistingEmailAddress_confirmBtn"
204204
kind="primary_sm"
205205
onClick={this.onContinueClick}
206+
disabled={this.state.continueDisabled}
206207
>
207208
{_t("Complete")}
208209
</AccessibleButton>

0 commit comments

Comments
 (0)