From f9135c774b72cf4185a52f18ec021f0b7d8098e9 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 15 May 2025 00:50:43 +0000 Subject: (김준회) add/update pq 기준 통일 (김성윤 부장 요청사항) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/table/update-pq-sheet.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/pq/table/update-pq-sheet.tsx') diff --git a/lib/pq/table/update-pq-sheet.tsx b/lib/pq/table/update-pq-sheet.tsx index 3bac3558..4da3c264 100644 --- a/lib/pq/table/update-pq-sheet.tsx +++ b/lib/pq/table/update-pq-sheet.tsx @@ -39,6 +39,7 @@ import { Input } from "@/components/ui/input" import { Textarea } from "@/components/ui/textarea" import { modifyPq } from "../service" +import { groupOptions } from "./add-pq-dialog" // PQ 수정을 위한 Zod 스키마 정의 const updatePqSchema = z.object({ @@ -51,15 +52,6 @@ const updatePqSchema = z.object({ type UpdatePqSchema = z.infer; -// 그룹 이름 옵션 -const groupOptions = [ - "GENERAL", - "Quality Management System", - "Organization", - "Resource Management", - "Other" -]; - interface UpdatePqSheetProps extends React.ComponentPropsWithRef { pq: { -- cgit v1.2.3