diff --git a/src/components/ContactEdit.tsx b/src/components/ContactEdit.tsx index 51ac7c5..bc6848d 100644 --- a/src/components/ContactEdit.tsx +++ b/src/components/ContactEdit.tsx @@ -506,6 +506,7 @@ class ContactEdit extends React.PureComponent { this.props.onDelete(this.props.item!, this.props.initialCollection!)} onCancel={() => this.setState({showDeleteDialog: false})} diff --git a/src/components/EventEdit.tsx b/src/components/EventEdit.tsx index fc514f4..e5ede0a 100644 --- a/src/components/EventEdit.tsx +++ b/src/components/EventEdit.tsx @@ -282,6 +282,7 @@ class EventEdit extends React.PureComponent { this.props.onDelete(this.props.item!, this.props.initialCollection!)} onCancel={() => this.setState({showDeleteDialog: false})} diff --git a/src/widgets/ConfirmationDialog.tsx b/src/widgets/ConfirmationDialog.tsx index 80a680f..5c7de2c 100644 --- a/src/widgets/ConfirmationDialog.tsx +++ b/src/widgets/ConfirmationDialog.tsx @@ -9,6 +9,7 @@ export default pure((_props: any) => { const { onCancel, onOk, + labelOk, ...props, } = _props; const actions = [ @@ -24,7 +25,7 @@ export default pure((_props: any) => { (