|
|
@ -506,6 +506,7 @@ class ContactEdit extends React.PureComponent {
|
|
|
|
|
|
|
|
|
|
|
|
<ConfirmationDialog
|
|
|
|
<ConfirmationDialog
|
|
|
|
title="Delete Confirmation"
|
|
|
|
title="Delete Confirmation"
|
|
|
|
|
|
|
|
labelOk="Delete"
|
|
|
|
open={this.state.showDeleteDialog}
|
|
|
|
open={this.state.showDeleteDialog}
|
|
|
|
onOk={() => this.props.onDelete(this.props.item!, this.props.initialCollection!)}
|
|
|
|
onOk={() => this.props.onDelete(this.props.item!, this.props.initialCollection!)}
|
|
|
|
onCancel={() => this.setState({showDeleteDialog: false})}
|
|
|
|
onCancel={() => this.setState({showDeleteDialog: false})}
|
|
|
|