summaryrefslogtreecommitdiff
path: root/lib/email-template/editor/template-editor.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/email-template/editor/template-editor.tsx')
-rw-r--r--lib/email-template/editor/template-editor.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/email-template/editor/template-editor.tsx b/lib/email-template/editor/template-editor.tsx
index 68cade45..dc77a558 100644
--- a/lib/email-template/editor/template-editor.tsx
+++ b/lib/email-template/editor/template-editor.tsx
@@ -58,13 +58,13 @@ export function TemplateEditor({ templateSlug, initialTemplate }: TemplateEditor
</div>
{/* 헤더 액션 버튼들 */}
- <div className="flex items-center gap-2">
+ {/* <div className="flex items-center gap-2">
<Button variant="outline" size="sm" asChild>
<Link href={`/evcp/templates/${template.slug}/send`}>
테스트 발송
</Link>
</Button>
- </div>
+ </div> */}
</div>
<Separator />
@@ -166,7 +166,6 @@ export function TemplateEditor({ templateSlug, initialTemplate }: TemplateEditor
<ul className="space-y-1 text-purple-800">
<li>• 변수 관리에서 필요한 변수 추가</li>
<li>• 설정에서 카테고리 및 설명 수정</li>
- <li>• 테스트 발송으로 실제 이메일 확인</li>
</ul>
</div>
</div>