Add mutationKey everywhere

This commit is contained in:
Gregory Schier
2024-06-21 09:25:25 -07:00
parent 3b784378bf
commit 146fc133f0
44 changed files with 67 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ export function useCreateCookieJar() {
const prompt = usePrompt();
return useMutation<CookieJar>({
mutationKey: ['create_cookie_jar'],
mutationFn: async () => {
if (workspaceId === null) {
throw new Error("Cannot create cookie jar when there's no active workspace");