mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Fixing the minor UI issues in the email discovery
This commit is contained in:
parent
d3541b78eb
commit
f5911e6446
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ export class EmailAddress extends React.Component {
|
|||
className="mx_ExistingEmailAddress_confirmBtn"
|
||||
kind="primary_sm"
|
||||
onClick={this.onContinueClick}
|
||||
disabled={this.state.continueDisabled}
|
||||
>
|
||||
{_t("Complete")}
|
||||
</AccessibleButton>
|
||||
|
|
Loading…
Reference in a new issue