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.
1 parent 24f2cf8 commit 4f38f09Copy full SHA for 4f38f09
src/components/PageTabs.jsx
@@ -32,7 +32,7 @@ export class PageTabs extends Component {
32
33
handleConfirmDelete = () => {
34
if (this.state.pageToClose) {
35
- this.props.onClosePage(this.state.pageToClose);
+ this.props.onDeletePage(this.state.pageToClose);
36
}
37
this.setState({ isCloseModalOpen: false, pageToClose: null });
38
};
0 commit comments