diff --git a/browser/main/Detail/index.js b/browser/main/Detail/index.js index a1eb249d..674e2efe 100644 --- a/browser/main/Detail/index.js +++ b/browser/main/Detail/index.js @@ -17,7 +17,7 @@ class Detail extends React.Component { this.refs.root != null && this.refs.root.focus() } this.deleteHandler = () => { - this.refs.root != null && this.refs.root.handleDeleteMenuClick() + this.refs.root != null && this.refs.root.handleDeleteButtonClick() } }