mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
notes, tablet sort, grocery list and other fixes
This commit is contained in:
@ -26,7 +26,7 @@ const BrainDumpContext = createContext<IBrainDumpContext | undefined>(
|
||||
export const BrainDumpProvider: React.FC<{ children: React.ReactNode }> = ({
|
||||
children,
|
||||
}) => {
|
||||
const { data: brainDumps } = useGetNotes();
|
||||
const { data: brainDumps, refetch } = useGetNotes();
|
||||
const { mutate: deleteNote } = useDeleteNote();
|
||||
const { mutateAsync: createBrainDump } = useCreateNote();
|
||||
const { mutateAsync: updateNoteMutate } = useUpdateNote();
|
||||
|
||||
Reference in New Issue
Block a user