fix pinned notebook not update on editing.

This commit is contained in:
ammarahm-ed
2020-03-17 10:04:58 +05:00
parent 5c545b47e3
commit 48db13f360

View File

@@ -139,6 +139,7 @@ export class AddNotebookDialog extends React.Component {
}
this.close();
updateEvent({type: ACTIONS.NOTEBOOKS});
updateEvent({type: ACTIONS.PINNED});
ToastEvent.show('New notebook added', 'success', 'local');
}, 100);