@@ -73,7 +73,7 @@ export const useDeleteFrameworkMutation = (
|
||||
}
|
||||
);
|
||||
},
|
||||
[framework, connectionId, commitDelete]
|
||||
[framework, connectionId, commitDelete, confirm, __]
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ export function useMutationWithToasts<T extends MutationParameters>(
|
||||
})
|
||||
);
|
||||
},
|
||||
[mutate, toast, __]
|
||||
[mutate, toast, __, baseOptions]
|
||||
);
|
||||
|
||||
return [mutateWithToast, isLoading] as const;
|
||||
|
||||
Reference in New Issue
Block a user