From 8a421cfced3533de0cf13229053b0ebc38247269 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Wed, 22 Oct 2025 11:08:36 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=A0=88=EC=9D=B4=EC=8A=A4=ED=99=80?= =?UTF-8?q?=EB=8D=94=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/admin/dashboard/ElementConfigSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/admin/dashboard/ElementConfigSidebar.tsx b/frontend/components/admin/dashboard/ElementConfigSidebar.tsx index 0523b443..d83749f5 100644 --- a/frontend/components/admin/dashboard/ElementConfigSidebar.tsx +++ b/frontend/components/admin/dashboard/ElementConfigSidebar.tsx @@ -198,7 +198,7 @@ export function ElementConfigSidebar({ element, isOpen, onClose, onApply }: Elem value={customTitle} onChange={(e) => setCustomTitle(e.target.value)} onKeyDown={(e) => e.stopPropagation()} - placeholder="비워두면 자동 생성" + placeholder="제목을 입력해주세요." className="focus:border-primary focus:ring-primary w-full rounded-md border border-gray-300 px-3 py-2 text-sm focus:ring-1 focus:outline-none" />