We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7024e + 2222192 commit 75b2c7bCopy full SHA for 75b2c7b
browser/main/Detail/index.js
@@ -17,7 +17,7 @@ class Detail extends React.Component {
17
this.refs.root != null && this.refs.root.focus()
18
}
19
this.deleteHandler = () => {
20
- this.refs.root != null && this.refs.root.handleDeleteMenuClick()
+ this.refs.root != null && this.refs.root.handleDeleteButtonClick()
21
22
23
0 commit comments