mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix crash
This commit is contained in:
@@ -139,7 +139,7 @@ export class AddNotebookDialog extends React.Component {
|
|||||||
this.close();
|
this.close();
|
||||||
updateEvent({type: ACTIONS.NOTEBOOKS});
|
updateEvent({type: ACTIONS.NOTEBOOKS});
|
||||||
|
|
||||||
ToastEvent.show('New notebook added', 'success', 3000, () => {}, '');
|
ToastEvent.show('New notebook added', 'success', 'local');
|
||||||
}, 100);
|
}, 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user