From f9afa89a4f27283f5b115cd89ececa08145b5c89 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 29 Sep 2025 13:32:39 +0000 Subject: (최겸) 빌드 오류(오타), rfq필터 시트 용어 수정, 프로젝트 셀렉터 고정값 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/project-doc-templates/table/doc-template-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/project-doc-templates/table/doc-template-table.tsx') diff --git a/lib/project-doc-templates/table/doc-template-table.tsx b/lib/project-doc-templates/table/doc-template-table.tsx index 7d8210d8..90c00d31 100644 --- a/lib/project-doc-templates/table/doc-template-table.tsx +++ b/lib/project-doc-templates/table/doc-template-table.tsx @@ -532,7 +532,7 @@ interface CreateVersionDialogProps { function CreateVersionDialog({ template, onClose, onSuccess }: CreateVersionDialogProps) { - const [isLoading, setIsLoading] = React.usseState(false); + const [isLoading, setIsLoading] = React.useState(false); const [selectedFile, setSelectedFile] = React.useState(null); const [uploadProgress, setUploadProgress] = React.useState(0); const [showProgress, setShowProgress] = React.useState(false); -- cgit v1.2.3