Restore cancel buttons

This commit is contained in:
Chi Vinh Le
2018-05-07 17:54:59 +02:00
parent 802a3bd656
commit 565ba2af06
6 changed files with 24 additions and 212 deletions
@@ -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">