From 644ede3bc5ed99db071b7ab9ed9d9994ddd6eed0 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:11:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=ED=85=9C=ED=94=8C=EB=A6=BF=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80=20Toast=20=EC=A0=84?= =?UTF-8?q?=EC=97=AD=20=EB=B3=80=EC=88=98=20=EC=B6=A9=EB=8F=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/esign/templates.blade.php b/resources/views/esign/templates.blade.php index 54a31867..a1f9a2bf 100644 --- a/resources/views/esign/templates.blade.php +++ b/resources/views/esign/templates.blade.php @@ -22,8 +22,8 @@ const CATEGORIES = ['일반', '근로계약', '공급계약', '비밀유지', '임대차']; -// ─── Toast ─── -const Toast = ({ message, type = 'success', onClose }) => { +// ─── TemplateToast ─── +const TemplateToast = ({ message, type = 'success', onClose }) => { useEffect(() => { const t = setTimeout(onClose, 3000); return () => clearTimeout(t); @@ -291,7 +291,7 @@ className="w-full text-left px-3 py-1.5 text-sm text-red-600 hover:bg-red-50"> return (
- {toast && setToast(null)} />} + {toast && setToast(null)} />} {/* 헤더 */}