fix(event): 세부 타입 라벨 '학교 축제' → '대학 축제'

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-05-20 21:50:12 +09:00
parent bcc8555193
commit 2e459995c3
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ import { getMembers } from "@/api/public/members";
import { getEvent, updateEvent } from "@/api/admin/events";
const SUBTYPES = [
{ value: "university", label: " 축제" },
{ value: "university", label: "학 축제" },
];
function EventEditForm() {

View file

@ -15,9 +15,9 @@ import { useAdminAuth } from "@/hooks/pc/admin";
import { getMembers } from "@/api/public/members";
import { createEvent } from "@/api/admin/events";
// ( "")
// ( "")
const SUBTYPES = [
{ value: "university", label: " 축제" },
{ value: "university", label: "학 축제" },
];
function EventForm() {