mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import styles from './AddEmailAddressDialog.css';
|
||||
import { Button, Icon } from 'plugin-api/beta/client/components/ui';
|
||||
import { Icon } from 'plugin-api/beta/client/components/ui';
|
||||
import cn from 'classnames';
|
||||
import InputField from './InputField';
|
||||
|
||||
@@ -76,13 +76,9 @@ const AddEmailContent = ({ formData, errors, showErrors, confirmChanges }) => (
|
||||
columnDisplay
|
||||
showSuccess={false}
|
||||
/>
|
||||
<Button
|
||||
className={cn(styles.button, styles.proceed)}
|
||||
full
|
||||
onClick={confirmChanges}
|
||||
>
|
||||
<a className={cn(styles.button, styles.proceed)} onClick={confirmChanges}>
|
||||
Add Email Address
|
||||
</Button>
|
||||
</a>
|
||||
</form>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user