summaryrefslogtreecommitdiff
path: root/lib/gtc-contract/gtc-clauses/table
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gtc-contract/gtc-clauses/table')
-rw-r--r--lib/gtc-contract/gtc-clauses/table/preview-document-dialog.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gtc-contract/gtc-clauses/table/preview-document-dialog.tsx b/lib/gtc-contract/gtc-clauses/table/preview-document-dialog.tsx
index 3639c0f3..78ddc7f7 100644
--- a/lib/gtc-contract/gtc-clauses/table/preview-document-dialog.tsx
+++ b/lib/gtc-contract/gtc-clauses/table/preview-document-dialog.tsx
@@ -174,7 +174,7 @@ export function PreviewDocumentDialog({
<RefreshCw className={`mr-2 h-3 w-3 ${isGenerating ? 'animate-spin' : ''}`} />
재생성
</Button>
- <Button
+ {/* <Button
variant="outline"
size="sm"
onClick={handleExportDocument}
@@ -182,7 +182,7 @@ export function PreviewDocumentDialog({
>
<Download className="mr-2 h-3 w-3" />
PDF 다운로드
- </Button>
+ </Button> */}
</>
)}
{hasError && (