fix crash

This commit is contained in:
ammarahm-ed
2020-03-15 12:08:15 +05:00
parent 64659eab1b
commit 7a352cb38f

View File

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