From a2f31d01039daf920e305045f708b2f02d866367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 12 Feb 2026 19:13:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=B9=B4?= =?UTF-8?q?=ED=85=8C=EA=B3=A0=EB=A6=AC=EB=A5=BC=20=EC=98=81=EC=97=85?= =?UTF-8?q?=ED=8C=8C=ED=8A=B8=EB=84=88/=EA=B3=A0=EA=B0=9D=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- resources/views/esign/templates.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/esign/templates.blade.php b/resources/views/esign/templates.blade.php index a1f9a2bf..a5a8d4ef 100644 --- a/resources/views/esign/templates.blade.php +++ b/resources/views/esign/templates.blade.php @@ -20,7 +20,7 @@ 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.content || csrfToken, }); -const CATEGORIES = ['일반', '근로계약', '공급계약', '비밀유지', '임대차']; +const CATEGORIES = ['영업파트너', '고객']; // ─── TemplateToast ─── const TemplateToast = ({ message, type = 'success', onClose }) => {