mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Deletion fix
This commit is contained in:
@ -27,6 +27,9 @@ export const useGetGroceries = () => {
|
||||
creatorId: data.creatorId
|
||||
};
|
||||
});
|
||||
}
|
||||
},
|
||||
staleTime: Infinity,
|
||||
gcTime: Infinity,
|
||||
placeholderData: (previousData) => previousData,
|
||||
})
|
||||
};
|
Reference in New Issue
Block a user