mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Deletion fix
This commit is contained in:
@ -28,5 +28,8 @@ export const useGetNotes = () => {
|
||||
}
|
||||
},
|
||||
enabled: !!currentUser?.uid,
|
||||
staleTime: Infinity,
|
||||
gcTime: Infinity,
|
||||
placeholderData: (previousData) => previousData,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user