mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Restore cancel buttons
This commit is contained in:
@@ -64,7 +64,11 @@ class ChangeEmailContentDialog extends React.Component {
|
||||
showSuccess={false}
|
||||
/>
|
||||
<div className={styles.bottomActions}>
|
||||
<Button className={styles.cancel} onClick={this.props.cancel}>
|
||||
<Button
|
||||
className={styles.cancel}
|
||||
onClick={this.props.cancel}
|
||||
type="button"
|
||||
>
|
||||
{t('talk-plugin-local-auth.change_email.cancel')}
|
||||
</Button>
|
||||
<Button className={styles.confirmChanges} type="submit">
|
||||
|
||||
Reference in New Issue
Block a user