From f3bd23fe758e8be308016d6c3177317b624a30a0 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 29 Apr 2025 00:28:42 +0000 Subject: [no 23] Form Metadata 항목 명칭 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form-list/table/meta-sheet.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/form-list') diff --git a/lib/form-list/table/meta-sheet.tsx b/lib/form-list/table/meta-sheet.tsx index 7c15bdea..9266329f 100644 --- a/lib/form-list/table/meta-sheet.tsx +++ b/lib/form-list/table/meta-sheet.tsx @@ -201,10 +201,10 @@ export function ViewMetas({ open, onOpenChange, form }: ViewMetasProps) { - Key - Label - Type - Options + Attribute + Description + Value + Value @@ -237,9 +237,9 @@ export function ViewMetas({ open, onOpenChange, form }: ViewMetasProps) {
- Key - Label - {type === "LIST" && Options} + Attribute + Description + {type === "LIST" && Value} -- cgit v1.2.3