We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c4921 commit 01a3284Copy full SHA for 01a3284
1 file changed
src/pages/group-detail.tsx
@@ -75,7 +75,7 @@ const GroupDetailPage = ({ id }: Props) => {
75
onSuccess: () => {
76
window.alert(`${groupData?.name} 그룹에 가입했습니다.`);
77
queryClient.invalidateQueries({
78
- queryKey: ["group", "members", groupId],
+ queryKey: ["group"],
79
});
80
},
81
onError: (error: ApiError) => {
0 commit comments