Deletion fix

This commit is contained in:
Milan Paunovic
2024-12-24 23:19:23 +01:00
parent 609d01b81c
commit 7d3e39b77d
23 changed files with 312 additions and 638 deletions

View File

@ -28,5 +28,8 @@ export const useGetNotes = () => {
}
},
enabled: !!currentUser?.uid,
staleTime: Infinity,
gcTime: Infinity,
placeholderData: (previousData) => previousData,
});
};