mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix route state not updating on getting new changes
This commit is contained in:
@@ -193,7 +193,8 @@ export const useActions = ({ close = () => {}, item }) => {
|
||||
'TopicNotes',
|
||||
'Favorites',
|
||||
'Notes',
|
||||
'Notebooks'
|
||||
'Notebooks',
|
||||
'Trash'
|
||||
);
|
||||
let type = item.type === 'trash' ? item.itemType : item.type;
|
||||
ToastEvent.show({
|
||||
|
||||
Reference in New Issue
Block a user