summaryrefslogtreecommitdiff
path: root/lib/avl/service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avl/service.ts')
-rw-r--r--lib/avl/service.ts10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/avl/service.ts b/lib/avl/service.ts
index 0340f52c..1f781486 100644
--- a/lib/avl/service.ts
+++ b/lib/avl/service.ts
@@ -438,14 +438,8 @@ export async function handleAvlAction(
): Promise<ActionResult> {
try {
switch (action) {
- case "new-registration":
- return { success: true, message: "신규 AVL 등록 모드" };
-
- case "standard-registration":
- return { success: true, message: "표준 AVL 등재 모드" };
-
- case "project-registration":
- return { success: true, message: "프로젝트 AVL 등재 모드" };
+ case "avl-registration":
+ return { success: true, message: "AVL 등록 패널을 활성화했습니다." };
case "bulk-import":
if (!data?.file) {