fix:템플릿 카테고리를 영업파트너/고객으로 변경

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-12 19:13:56 +09:00
parent 644ede3bc5
commit a2f31d0103

View File

@@ -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 }) => {