From ecbcaded1ba892bbfb03e92b013da9ba9ef4f46e Mon Sep 17 00:00:00 2001 From: Jaybe Date: Thu, 19 Jun 2025 17:45:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EC=9C=A0=ED=98=95=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/club/MemberManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/club/MemberManagement.vue b/frontend/src/views/club/MemberManagement.vue index 863d3c5..33fd2a2 100644 --- a/frontend/src/views/club/MemberManagement.vue +++ b/frontend/src/views/club/MemberManagement.vue @@ -89,7 +89,7 @@
-
@@ -203,7 +203,7 @@ import { getStatusLabel } from '@/utils/enumMappings'; // 모임장(owner) 옵션을 제외한 회원 유형 옵션만 노출 -const filteredMemberTypeOptions = computed(() => MEMBER_TYPE_OPTIONS.filter(opt => opt.value !== 'owner' && opt.code !== 'owner')); +const filteredMemberTypeOptions = computed(() => MEMBER_TYPE_OPTIONS.filter(opt => opt.value !== 'owner')); const clubStore = useClubStore(); const toast = useToast();