Phase 5. 연장 신청 관리 구현

This commit is contained in:
2026-06-11 08:56:36 +09:00
parent fbe4caa9e1
commit 5fa387fa96
8 changed files with 810 additions and 7 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ const sortOptions = [
{ value: "id-asc", label: "ID 오래된순" },
{ value: "joinedAt-desc", label: "가입일 최신순" },
{ value: "joinedAt-asc", label: "가입일 오래된순" },
{ value: "availableAt-desc", label: "사용 가능일 최신순" },
{ value: "availableAt-asc", label: "사용 가능일 오래된순" },
{ value: "availableAt-desc", label: "만료일 최신순" },
{ value: "availableAt-asc", label: "만료일 오래된순" },
] as const;
export default async function MaestrosPage({